17 lines
368 B
SCSS
17 lines
368 B
SCSS
// If you want to override variables do it here
|
|
@import "variables";
|
|
|
|
// Import CoreUI for React components library
|
|
@import "@coreui/coreui/scss/coreui";
|
|
|
|
// Import Chart.js custom tooltips styles
|
|
@import "@coreui/chartjs/scss/coreui-chartjs";
|
|
|
|
@import "layout";
|
|
|
|
// Preview
|
|
@import "examples";
|
|
|
|
// If you want to add custom CSS you can put it here.
|
|
@import "custom";
|