9 lines
200 B
SCSS
9 lines
200 B
SCSS
// If you want to override variables do it here
|
|
@import "variables";
|
|
|
|
// Import styles
|
|
@import "node_modules/@coreui/styles/scss/coreui";
|
|
|
|
// If you want to add something do it here
|
|
@import "custom";
|