refactor: move style to style folder

This commit is contained in:
Łukasz Holeczek
2021-08-29 16:12:27 +02:00
parent 6f88a26121
commit e3dd33a2f8
6 changed files with 1 additions and 1 deletions
+17
View File
@@ -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";