17 lines
324 B
SCSS
17 lines
324 B
SCSS
/**
|
|
* Set custom bootstrap 5 variables here to overwrite
|
|
* the bootstrap 5 default variables.
|
|
*
|
|
* @see node_modules/bootstrap/scss/_variables.scss
|
|
*/
|
|
|
|
@import "nextbestnetwork/variables";
|
|
@import "custom/variables";
|
|
|
|
@import "~bootstrap/scss/bootstrap";
|
|
|
|
@import "nextbestnetwork/index";
|
|
|
|
@import "custom/bootswatch";
|
|
|