5 ms·
Yeah, CSSNext here is basically the intersection of CSS variables and Sass variables - you can only use them in property values (like CSS), and you can only dec
by TabAtkins 11y ago
Yeah, CSSNext here is basically the intersection of CSS variables and Sass variables - you can only use them in property values (like CSS), and you can only declare them at top-level (like Sass).
It's nice if you really want to utilize the current syntax, but it's less powerful than either option it's derived from.