admin/src/scss/style.scss
2021-03-23 01:34:27 +01:00

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";