14 lines
256 B
SCSS
14 lines
256 B
SCSS
// If you want to override variables do it here
|
|
@import "variables";
|
|
|
|
$enable-ltr: true;
|
|
$enable-rtl: true;
|
|
|
|
// Import styles
|
|
@import "@coreui/coreui/scss/coreui";
|
|
|
|
@import "layout";
|
|
|
|
// If you want to add custom CSS you can put it here.
|
|
@import "custom";
|