chore: use forward rule to get global files

This commit is contained in:
Brandy Carney
2023-06-23 12:39:04 -04:00
parent bbb2e603fd
commit 795ae39fc7
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
@import "../../themes-migrated/globals";
@use "../../themes-migrated/globals" as *;
:host {
/**

View File

@@ -1,15 +1,15 @@
// Global Utility Functions
@import "./ionic.functions.string";
@forward "./ionic.functions.string";
// Global Color Functions
@import "./ionic.functions.color";
@forward "./ionic.functions.color";
// Global Mixins
@import "./ionic.mixins";
@forward "./ionic.mixins";
// Default Theme
@import "./theme.default";
@forward "./theme.default";
// Default General