SCSS: Fix import ordering of the custom root folders

This commit is contained in:
Molkobain
2021-05-22 23:00:05 +02:00
committed by Eric
parent dd26b40f12
commit 4379e49f3b
12 changed files with 19 additions and 5 deletions

View File

@@ -21,8 +21,9 @@
@import "base/all";
@import "components/all";
@import "layout/all";
@import "pages/all";
@import "application/all";
@import "pages/all";
@import "blocks-integrations/all";
@import "themes/all";
@import "fallback";
@import "shame";