pcouy@lemmy.pierre-couy.fr to Programming@programming.dev · edit-27 days agoGoodbye SASS, welcome back native CSSmedium.comexternal-linkmessage-square26fedilinkarrow-up192arrow-down18
arrow-up184arrow-down1external-linkGoodbye SASS, welcome back native CSSmedium.compcouy@lemmy.pierre-couy.fr to Programming@programming.dev · edit-27 days agomessage-square26fedilink
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up22·7 days agoI could understand declaring with --foo, but then referencing should be either var(foo) or just --foo, not the combination var(--foo). I don’t get why the grammar has to work that way.
I could understand declaring with
--foo
, but then referencing should be eithervar(foo)
or just--foo
, not the combinationvar(--foo)
. I don’t get why the grammar has to work that way.