mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(themes): rename theme files and combine function files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "../accordion/accordion.vars";
|
||||
|
||||
// Accordion Group
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Accordion
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Accordion
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Action Sheet
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Action Sheet
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Action Sheet
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@use "sass:math";
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS Alert
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design Alert
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Alert
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
|
||||
// iOS Avatar
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
|
||||
// Material Design Avatar
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
|
||||
// Avatar
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Back Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Back Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Back Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Badge
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Badge
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Badge
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Breadcrumb
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Breadcrumb
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Breadcrumb
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Breadcrumbs
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// Ionic Button
|
||||
// -------------------------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../toolbar/toolbar.ios.vars";
|
||||
|
||||
// iOS Buttons
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../toolbar/toolbar.md.vars";
|
||||
|
||||
// Material Design Buttons
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
:host {
|
||||
display: flex;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Card Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Card Content
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Card Content
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Card Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Card Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Card Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Card Subtitle
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Card Subtitle
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Card Subtitle
|
||||
// --------------------------------------------------
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
:host(.ion-color) {
|
||||
color: current-color(base);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Card Title
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Card Title
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
|
||||
// Card Title
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Card
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Card
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Card
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@use "sass:math";
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS Checkbox
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design Checkbox
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "./checkbox.vars.scss";
|
||||
|
||||
// Checkbox
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "./chip.vars";
|
||||
|
||||
:host {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "../grid/grid.mixins";
|
||||
|
||||
// Grid Column
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Content
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Datetime Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@import "./datetime.scss";
|
||||
@import "./datetime.ios.vars.scss";
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
:host {
|
||||
--background: #{ion-color(light, base)};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@import "./datetime.scss";
|
||||
@import "./datetime.md.vars.scss";
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
:host {
|
||||
--background: var(--ion-color-step-100, var(--ion-background-color-step-100, #ffffff));
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Datetime
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS FAB Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design FAB Button
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Floating Action Buttons
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "../fab-button/fab-button.vars";
|
||||
|
||||
// Floating Action Button List
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "../fab-button/fab-button.vars";
|
||||
|
||||
// Floating Action Button Container
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Footer
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Footer
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Footer
|
||||
// --------------------------------------------------
|
||||
@@ -16,4 +16,4 @@ ion-footer {
|
||||
|
||||
ion-footer.footer-toolbar-padding ion-toolbar:last-of-type {
|
||||
padding-bottom: var(--ion-safe-area-bottom, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/ionic.mixins";
|
||||
@import "../../themes/globals";
|
||||
@import "../../themes/mixins";
|
||||
|
||||
// Responsive Mixins
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
@import "./grid.mixins";
|
||||
|
||||
// Grid
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Header
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// Material Design Infinite Scroll
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Infinite Scroll
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Infinite Scroll
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS Input
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design Input
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS Item Divider
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design Item Divider
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
|
||||
// Item Divider
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Item Group
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Item Group
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
|
||||
// Item Group
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Item Option
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Item Option
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Item Option
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS Item Options
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design Item Options
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Item Options
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Item Sliding
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
|
||||
// iOS Item
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
|
||||
// Material Design Item
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
// Item
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS Label
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design Label
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
|
||||
// Label
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS List Header
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design List Header
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/globals";
|
||||
|
||||
|
||||
// List Header
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.ios";
|
||||
@import "../../themes/globals.ios";
|
||||
@import "../item/item.ios.vars";
|
||||
|
||||
// iOS List
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.globals.md";
|
||||
@import "../../themes/globals.md";
|
||||
@import "../item/item.md.vars";
|
||||
|
||||
// Material Design List
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user