Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SCSS to CSS PlusNew to Visual Studio Code? Get it now.
SCSS to CSS Plus

SCSS to CSS Plus

luochongfei

|
1 install
| (0) | Free
Compile SCSS to CSS with PostCSS (Autoprefixer) and CSSNano on save.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

中文文档

SCSS to CSS Plus

Automatically compile SCSS to CSS with PostCSS (Autoprefixer) and CSSNano on save.

Features

  • Auto Compile: Automatically compiles .scss files to .css on save.
  • Autoprefixer: Adds vendor prefixes to your CSS rules using values from Can I Use.
  • Media Query Merging: Automatically merges and sorts scattered @media queries (mobile-first).
  • Minify: Compresses your CSS using CSSNano.
  • Source Maps: Generates source maps for easier debugging.
  • Partials Support: Automatically ignores files starting with _.

Configuration

You can configure the following settings in your settings.json:

  • scssToCssPlus.autoCompile: Enable/disable auto compilation on save (default: true).
  • scssToCssPlus.outDir: Output directory for CSS files (default: null - same directory).
  • scssToCssPlus.generateSourceMap: Generate source maps (default: true).
  • scssToCssPlus.minify: Minify the output CSS (default: true).

Usage

Just open a .scss file and save it! Or use the command SCSS to CSS Plus: Compile SCSS to CSS.

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