Files
manja_dev_ui/src/styles/style.scss
T
2024-04-29 13:51:42 +02:00

16 lines
335 B
SCSS

// If you want to override variables do it here
@import "variables";
// Import styles
@import "@coreui/coreui/scss/coreui";
@import "@coreui/chartjs/scss/coreui-chartjs";
// Vendors
@import "vendors/simplebar";
// Custom styles for this theme
@import "theme";
// If you want to add custom CSS you can put it here
@import "custom";