8 lines
194 B
SCSS
8 lines
194 B
SCSS
|
// assets/styles/global.scss
|
||
|
|
||
|
// customize some Bootstrap variables
|
||
|
$primary: darken(#428bca, 20%);
|
||
|
|
||
|
// the ~ allows you to reference things in node_modules
|
||
|
@import "~bootstrap/scss/bootstrap";
|