SCSS Compact
A VSCode extension for compiling SCSS/SASS files to CSS with Compact formatting.
Features
- Automatically compiles SCSS/SASS files to CSS when saving
- Formats CSS output in a compact style
- Supports custom include paths for SASS compilation
Requirements
- Visual Studio Code ^1.98.0
Extension Settings
This extension contributes the following settings:
scss-compact.autoCompile : Enable/disable automatic compilation on save (default: true)
scss-compact.includePaths : Additional include paths for SCSS/SASS compilation
Usage
- Install the extension
- Open a SCSS/SASS file
- Save the file to automatically compile to CSS, or use the command "SCSS Compact: Compile SCSS/SASS to CSS"
Known Issues
None at this time.
Release Notes
0.0.1
Initial release of SCSS Compact
- Basic SCSS/SASS compilation
- Compact CSS formatting
- Auto-compile on save
| |