refactor: move scss to assets

This commit is contained in:
xidedix
2018-05-25 17:43:40 +02:00
parent 270abeec72
commit 67c46700f8
5 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// If you want to override variables do it here
@import "variables";
// Import styles
@import "~@coreui/coreui/scss/coreui";
// If you want to add something do it here
@import "custom";