September 2016
Beginner to intermediate
186 pages
3h 28m
English
If you would like the option to customize the Bootstrap Sass files in order to use them in your project, you can automate the Sass compilation process by creating a Gulp task for it.
Visual Studio Code supports the ability to run tasks and analyze their results from inside it. Task can include many things such as compiling Sass, minifying CSS, or copying files to different folders.
In order to configure task inside Visual Studio Code, follow these steps:
Configure Task Runner
Read now
Unlock full access