mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: use forward rule to get global files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../../themes-migrated/globals";
|
||||
@use "../../themes-migrated/globals" as *;
|
||||
|
||||
:host {
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user