5 lines
126 B
SCSS
5 lines
126 B
SCSS
|
$primary: darken(#428bca, 20%);
|
||
|
|
||
|
// the ~ allows you to reference things in node_modules
|
||
|
@import "~bootstrap/scss/bootstrap";
|