- Changed our main.css to main.scss - Installed bootstrap locally so we can tweak it - Installed sass-loader and node-sass - Updated webpack.config file to include a .scss rule
4 lines
70 B
SCSS
4 lines
70 B
SCSS
$primary: teal;
|
|
$danger: purple;
|
|
@import "~bootstrap/scss/bootstrap";
|