A vscode plugin to compile css files
- TypeScript 82.2%
- JavaScript 14.4%
- SCSS 3.4%
| .forgejo/workflows | ||
| .github/workflows | ||
| .vscode | ||
| out | ||
| src | ||
| test | ||
| .gitignore | ||
| .vscodeignore | ||
| eslint.config.mjs | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| typedoc.json | ||
SCSS-compiler
A simple extension to compile sass or scss files to css in your project.
Features
- Compile all the SCSS files of your project
- Compile the current file you are editing
- Compile on save
- Minify setting
Extension Settings
This extension contributes the following settings:
scss-compiler.minify: Enable/disable minifying(the output is all on a single line)scss-compiler.compile-on-save: Compile the current file on savescss-compiler.compile-all-on-save: Compile all the files on save instead of only the current onescss-compiler.send-messages: Show info messages when compiling files
Changelog
0.0.4
Fix broken commands
0.0.3
Update dependencies and add code documentation
0.0.2
Added settings :
- compile all on save
- send log messages
0.0.1
Initial release.
Settings :
- minify
- compile on save
Commands :
- compile all
- compile current