refactor: move style to style folder
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// 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 Chart.js Tooltips
|
||||
@import "~@coreui/chartjs/scss/tooltips";
|
||||
|
||||
@import "layout";
|
||||
@import "example";
|
||||
|
||||
// If you want to add something do it here
|
||||
@import "custom";
|
||||
Reference in New Issue
Block a user