oorzc / ScssToCss

💠VsCode Extension that Compiles SCSS files to css and minified version.

Home Page:https://marketplace.visualstudio.com/items?itemName=oorzc.scss-to-css-compile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scss To Css

中文文档

💠 Compile SCSS files easily to css and minified version.

Configuration

Some configuration can be set, which it works better for you。

  • compileOnSave: Auto compile on Save, default true
  • output: Output style. default expanded | compressed
  • outDir: Output dir. default ./dist support ./dist or ../dist or /dist
  • showButtons: Show button in the status bar. default true
  • autoPrefixer: Enables AutoFixer. default false
  • browsers: Add a list of browsers to support. default []

Usage/Shortcuts

  1. Click to Compile SCSS from Statusbar to compile the SCSS file, or just save the file instead.
    Statusbar control
  2. Generate SCSS file from CSS, simply search for Css to Scss in the commands and execute it.

Installation

Download Search scss-to-css-complie and install it from the marketplace.

About

💠VsCode Extension that Compiles SCSS files to css and minified version.

https://marketplace.visualstudio.com/items?itemName=oorzc.scss-to-css-compile

License:MIT License


Languages

Language:TypeScript 87.9%Language:JavaScript 11.6%Language:SCSS 0.6%