mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: rename theme files to remove ionic prefix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../../themes-migrated/ionic.globals";
|
||||
@import "../../themes-migrated/globals";
|
||||
|
||||
:host {
|
||||
/**
|
||||
|
||||
6
core/src/themes-migrated/globals.ios.scss
Normal file
6
core/src/themes-migrated/globals.ios.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// Global Core
|
||||
@import "./globals";
|
||||
|
||||
// Global iOS
|
||||
@import "./theme.default.ios";
|
||||
6
core/src/themes-migrated/globals.md.scss
Normal file
6
core/src/themes-migrated/globals.md.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// Core Globals
|
||||
@import "./globals";
|
||||
|
||||
// Material Design Globals
|
||||
@import "./theme.default.md";
|
||||
@@ -9,7 +9,7 @@
|
||||
@import "./ionic.mixins";
|
||||
|
||||
// Default Theme
|
||||
@import "./ionic.theme.default";
|
||||
@import "./theme.default";
|
||||
|
||||
|
||||
// Default General
|
||||
@@ -1,6 +0,0 @@
|
||||
|
||||
// Global Core
|
||||
@import "./ionic.globals";
|
||||
|
||||
// Global iOS
|
||||
@import "./ionic.theme.default.ios";
|
||||
@@ -1,6 +0,0 @@
|
||||
|
||||
// Core Globals
|
||||
@import "./ionic.globals";
|
||||
|
||||
// Material Design Globals
|
||||
@import "./ionic.theme.default.md";
|
||||
Reference in New Issue
Block a user