How can one get a full sass (i.e. scss) precompiler environment up and running in Visual Studio 2015? This is a sibling question to this one concerning less.
So you have to right-click each Bulma SASS file and select "Web Compiler" --> "Compile file". This will add it to the . json file and create/compile a . css file.
compilerconfig. json file at the root of the project which is used to configure all compilation.
This can also be achieved without gulp or grunt by simply clicking your way in Visual Studio.
A file called compilerconfig.json is created in the root of the project where you can modify the behavior of the compiler. Right-clicking the compilerconfig.json file let’s you easily run all the configured compilers.
Any time a .scssfile is modified within Visual Studio, the compiler runs automatically to produces the compiled output file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With