/vscode-scss

Primary LanguageJavaScript

Visual studio Code Extension for Scss

  • Reformat the scss code (Alt+Z)
  • Compile the opening scss file to css.(Alt+B)

How to use

Download the source code, after extracted, open the terminal in the directory where the files placed and run the following command:

npm install

when the command finished, move the all into the extension directory. For more details, please see https://code.visualstudio.com/docs/extensions/example-hello-world#_installing-your-extension-locally

Absolutely, this a very simple extension, it far from what like prefect, the only reason to make it is for make the work smooth.