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