livereload / LiveReload

LiveReload.app for Mac and Windows. See “develop” branch for the latest Windows release and LiveReload 3 progress. (NOTE: renamed from LiveReload2.)
http://livereload.com/
Other
1.43k stars 166 forks source link

SCSS compilation error #133

Open UliZappe opened 4 years ago

UliZappe commented 4 years ago

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.