react-custom-properties
react-custom-properties copied to clipboard
Sass?
Sass supported?
Hey, I’m not entirely sure what you mean by that. Could you give an example of what you would like to achieve?
Hello @danbahrami , I read your post about how to use Sass and Css variables, but I would like to know if it is possible to assign a variable CSS to a variable SASS.
I think is not possible,
What you said is not possible because Sass is compiled into CSS. Sass is not executed at browser runtime. You can use Sass variables to define the initial properties of CSS variables, which is what I mentioned in my article.
I hope that makes sense?