Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SCSS compilerNew to Visual Studio Code? Get it now.
SCSS compiler

SCSS compiler

Raphdf201

|
87 installs
| (1) | Free
It can compile all the scss and sass files in your project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SCSS-compiler

GitHub Actions Workflow Status

A simple extension to compile sass or scss files to css in your project.

my website extension github

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 save
  • scss-compiler.compile-all-on-save: Compile all the files on save instead of only the current one
  • scss-compiler.send-messages: Show info messages when compiling files

Changelog

0.0.1

Initial release.

Settings :

  • minify
  • compile on save

Commands :

  • compile all
  • compile current

0.0.2

Added settings :

  • compile all on save
  • send log messages

0.0.3

Update dependencies and add code documentation

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft