11 lines
237 B
SCSS
11 lines
237 B
SCSS
// Custom.scss
|
|
// Custom variables go here
|
|
// ----------------------------
|
|
|
|
//$primary: #c8a2c8;
|
|
//$secondary: #f0e68c;
|
|
|
|
// ----------------------------
|
|
// Required import of bootstrap
|
|
@import "../node_modules/bootstrap/scss/bootstrap";
|