Sass to CSS Compiler Pro
This is a Visual Studio Code extension that automatically compiles Sass (SCSS) files to CSS whenever the files are saved or on demand.
Features
- Automatically compile Sass (SCSS) files to CSS and minified CSS on save
- Manual compilation through a command
- Toggle the compiler on and off
- Customizable output directory for compiled CSS files
Usage
Automatic Compilation:
- Simply save your
.scss or .sass files and they will be automatically compiled to CSS and minified CSS.
Manual Compilation:
- Use the command palette (
Ctrl+Shift+P or Cmd+Shift+P ) and run the Compile Sass command.
Toggle Compiler:
- Use the command palette to run the
Toggle Sass Compiler command to enable or disable automatic compilation.
Set Output Directory:
- Use the command palette to run the
Set Output Directory command and specify the directory where you want the compiled CSS files to be saved.
Configuration
| |