VS code does not recognize variables ($). at-rule or selector expected { expected
I tried restart, shut down, uninstall VS Code, copy to new file ...
$color1: aqua; $color2: #333; $color3: rgba(136, 0, 0, 0.75); $color4: rgba(255, 153, 51, 0.75);
VS code does not recognize variables ($). at-rule or selector expected { expected
I tried restart, shut down, uninstall VS Code, copy to new file ...
$color1: aqua; $color2: #333; $color3: rgba(136, 0, 0, 0.75); $color4: rgba(255, 153, 51, 0.75);
Make sure that you have installed the sass-live-compiler and you've clicked 'watch sass' at the bottom/panel.
e.g import './style.css' not import './style.scss'.
I hope this helps mate.