Install bootstrap source
1 |
npm install bootstrap |
Import bootstrap in SCSS
1 2 3 4 |
// Your variable overrides $blue: #3c8dbc; @import "../../node_modules/bootstrap/scss/bootstrap"; |
Reference:
Install bootstrap source
1 |
npm install bootstrap |
Import bootstrap in SCSS
1 2 3 4 |
// Your variable overrides $blue: #3c8dbc; @import "../../node_modules/bootstrap/scss/bootstrap"; |
Reference: