7 lines
111 B
SCSS
7 lines
111 B
SCSS
/** Import Bootstrap functions */
|
|
@import "~bootstrap/scss/functions";
|
|
|
|
$theme-colors: (
|
|
primary: #525ddc
|
|
);
|