chore: rename theme files to remove ionic prefix

This commit is contained in:
Brandy Carney
2023-06-23 11:29:00 -04:00
parent c64adb7893
commit bbb2e603fd
9 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
// Core Globals
@import "./globals";
// Material Design Globals
@import "./theme.default.md";

View File

@@ -9,7 +9,7 @@
@import "./ionic.mixins";
// Default Theme
@import "./ionic.theme.default";
@import "./theme.default";
// Default General

View File

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

View File

@@ -1,6 +0,0 @@
// Core Globals
@import "./ionic.globals";
// Material Design Globals
@import "./ionic.theme.default.md";