Sass (@[email protected])
In Sass today, CSS custom properties are parsed differently than other declarations. They don't allow normal SassScript—any variables and custom functions have to be wrapped in #{}. This is because the spec allows *anything* there, and it can be read from JS. But we're wondering: does anyone actually use this in practice? Remember that any value for any non-custom property is also valid SassScript. (Please share for broader reach!) [ ] I write CSS vars that aren't valid SassScript [ ] All my CSS vars are valid SassScript [ ] I don't use CSS vars/show results