I was wondering if there were any way to use an alias with sub values like so (in a .yml file):
aliases:
mq:
value:
touch: '(pointer: coarse) and (hover: none)'
desktop:
all: '(min-width: 1024px)'
This seems not to crash anything when compiling, but I can't figure out how to use the value, if it even exists (tried {!mq.touch}, {!mqtouch}, {!mq-touch}, {!mq_touch} with no success).
Thanks for your help!