You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I wrote a scss code which is like this
.block{ .content{ font-size:20px; color: var(--3u7u-text-colour); } }
which translates to css into this
.block .content { font-size: 20px; color: var(3u7u-text-colour); }
The -- in the css variable is removed.
node-sass 8.0.0 (Wrapper) [JavaScript]
libsass 3.5.5 (Sass Compiler) [C/C++]
The text was updated successfully, but these errors were encountered: