refactor(theming): migrate global files

This commit is contained in:
Brandy Carney
2024-03-29 16:36:34 -04:00
parent 404bf7d147
commit f0b390a73a
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
// Global Core
@import "./globals";
@forward "./globals";
// Global Ionic
@import "./default.ionic";
@forward "./default.ionic";

View File

@@ -1,6 +1,6 @@
// Global Core
@import "./globals";
@forward "./globals";
// Global iOS
@import "./default.ios";
@forward "./default.ios";

View File

@@ -1,6 +1,6 @@
// Global Core
@import "./globals";
@forward "./globals";
// Global Material Design
@import "./default.md";
@forward "./default.md";

View File

@@ -1,12 +1,12 @@
// Global Functions
@import "./functions";
@forward "./functions";
// Global Mixins
@import "./mixins";
@forward "./mixins";
// Default Theme
@import "./default";
@forward "./default";
// Default General