Visual Studio Code
VS Code is an excellent, free IDE with tons of extensibility.
Last updated
VS Code is an excellent, free IDE with tons of extensibility.
Last updated
Our favorite extensions to install
Collapse large code sections neatly
In TypeScript;
Compile Sass or Scss to CSS at realtime.
Create your .scss file
Select it and click Watch Sass at the bottom of the page
All changes will be automatically recompiled as you edit them
Generally we want our CSS files in /dist/css
. Here's how to achieve that.
This is the general configuration file for Live Sass Compiler, and can be found here on Windows.
/C:/Users/OEM/AppData/Roaming/Code/User/settings.json
.