Like it? Please leave a review. Found something wrong? Report an issue.
A VSCode Extension that help you to compile/transpile your SASS/SCSS files to CSS files at real-time.
-
Click to
Watch Sass
from the status bar to turn on the live compilation and then click toStop Watching Sass
from the status bar to turn off live compilation . -
Press
F1
orctrl+shift+P
and typeLive Sass: Watch Sass
to start live compilation or, typeLive Sass: Stop Watching Sass
to stop a live compilation. -
Press
F1
orctrl+shift+P
and typeLive Sass: Compile Sass - Without Watch Mode
to compile SASS or SCSS for one time.
- Live SASS & SCSS compile.
- Customizable file location of exported CSS.
- Customizable exported CSS style (
expanded
,compressed
). - Customizable extension name (
.css
or.min.css
). - Quick status bar control.
- Exclude specific folders by settings.
- Autoprefix support (See settings section)
Open VSCode Editor and Press ctrl+P
, type ext install glenn2223.live-sass
.
All settings are now listed in the Settings & Commands Docs.
All FAQs are now listed in the FAQ Docs
See the full changelog here.
This extension is licensed under the MIT License
A big thank you to @ritwickdey for all his work. However, as they are no longer maintaining the original work, I have released my own which has built upon it.