September 2017
Intermediate to advanced
450 pages
11h 24m
English
The ~bootstrap namespace is a helpful feature of sass-loader, which helps resolve Sass imports to our node_modules directory. If we look inside this folder in our Angular project, we will see that there is an scss directory that contains all the Sass files that Bootstrap uses. The node_modules/bootstrap/scss/bootstrap.scss file is a collection of imports that will load everything that Bootstrap uses for styling.
Read now
Unlock full access