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
In the latest published version (2.3.84) at least, SCSS compilation breaks at the following code:
:root
{
--activeColor: #{$activeColor};
}
This is perfectly legal code, but the compiler throws the following error and stops compilation:
Syntax error: Invalid CSS after " -": expected number or function, was "-activeColor..."
on line 3 of ~/Sites/Test/test.scss
Use --trace for backtrace.
The text was updated successfully, but these errors were encountered:
In the latest published version (2.3.84) at least, SCSS compilation breaks at the following code:
This is perfectly legal code, but the compiler throws the following error and stops compilation:
The text was updated successfully, but these errors were encountered: