mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
This commit is contained in:
@ -5,22 +5,22 @@
|
||||
|
||||
// iOS Components
|
||||
@import
|
||||
"components/app/modes/ios",
|
||||
"components/action-sheet/modes/ios",
|
||||
"components/badge/modes/ios",
|
||||
"components/button/modes/ios",
|
||||
"components/card/modes/ios",
|
||||
"components/checkbox/modes/ios",
|
||||
"components/content/modes/ios",
|
||||
"components/item/modes/ios",
|
||||
"components/list/modes/ios",
|
||||
"components/menu/modes/ios",
|
||||
"components/modal/modes/ios",
|
||||
"components/popup/modes/ios",
|
||||
"components/radio/modes/ios",
|
||||
"components/searchbar/modes/ios",
|
||||
"components/segment/modes/ios",
|
||||
"components/switch/modes/ios",
|
||||
"components/tabs/modes/ios",
|
||||
"components/text-input/modes/ios",
|
||||
"components/toolbar/modes/ios";
|
||||
"components/app/app.ios",
|
||||
"components/action-sheet/action-sheet.ios",
|
||||
"components/badge/badge.ios",
|
||||
"components/button/button.ios",
|
||||
"components/card/card.ios",
|
||||
"components/checkbox/checkbox.ios",
|
||||
"components/content/content.ios",
|
||||
"components/item/item.ios",
|
||||
"components/list/list.ios",
|
||||
"components/menu/menu.ios",
|
||||
"components/modal/modal.ios",
|
||||
"components/popup/popup.ios",
|
||||
"components/radio/radio.ios",
|
||||
"components/searchbar/searchbar.ios",
|
||||
"components/segment/segment.ios",
|
||||
"components/switch/switch.ios",
|
||||
"components/tabs/tabs.ios",
|
||||
"components/text-input/text-input.ios",
|
||||
"components/toolbar/toolbar.ios";
|
||||
|
@ -5,23 +5,23 @@
|
||||
|
||||
// Material Design Components
|
||||
@import
|
||||
"components/app/modes/md",
|
||||
"components/action-sheet/modes/md",
|
||||
"components/badge/modes/md",
|
||||
"components/button/modes/md",
|
||||
"components/card/modes/md",
|
||||
"components/checkbox/modes/md",
|
||||
"components/content/modes/md",
|
||||
"components/item/modes/md",
|
||||
"components/list/modes/md",
|
||||
"components/menu/modes/md",
|
||||
"components/modal/modes/md",
|
||||
"components/popup/modes/md",
|
||||
"components/radio/modes/md",
|
||||
"components/app/app.md",
|
||||
"components/action-sheet/action-sheet.md",
|
||||
"components/badge/badge.md",
|
||||
"components/button/button.md",
|
||||
"components/card/card.md",
|
||||
"components/checkbox/checkbox.md",
|
||||
"components/content/content.md",
|
||||
"components/item/item.md",
|
||||
"components/list/list.md",
|
||||
"components/menu/menu.md",
|
||||
"components/modal/modal.md",
|
||||
"components/popup/popup.md",
|
||||
"components/radio/radio.md",
|
||||
"components/tap-click/ripple",
|
||||
"components/searchbar/modes/md",
|
||||
"components/segment/modes/md",
|
||||
"components/switch/modes/md",
|
||||
"components/tabs/modes/md",
|
||||
"components/text-input/modes/md",
|
||||
"components/toolbar/modes/md";
|
||||
"components/searchbar/searchbar.md",
|
||||
"components/segment/segment.md",
|
||||
"components/switch/switch.md",
|
||||
"components/tabs/tabs.md",
|
||||
"components/text-input/text-input.md",
|
||||
"components/toolbar/toolbar.md";
|
||||
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../action-sheet";
|
||||
@import "../../globals.ios";
|
||||
@import "./action-sheet";
|
||||
|
||||
// iOS Action Sheet
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../action-sheet";
|
||||
@import "../../globals.md";
|
||||
@import "./action-sheet";
|
||||
|
||||
// Material Design Action Sheet
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS App
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design App
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../badge";
|
||||
@import "./badge";
|
||||
|
||||
// iOS Badge
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../badge";
|
||||
@import "./badge";
|
||||
|
||||
// Material Design Badge
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../button";
|
||||
@import "../../globals.ios";
|
||||
@import "./button";
|
||||
|
||||
// iOS Button
|
||||
// --------------------------------------------------
|
||||
@ -216,5 +216,5 @@ $button-ios-small-icon-font-size: 1.3em !default;
|
||||
// Core Button Overrides
|
||||
// --------------------------------------------------
|
||||
|
||||
@import "../button-fab";
|
||||
@import "../button-icon";
|
||||
@import "./button-fab";
|
||||
@import "./button-icon";
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../button";
|
||||
@import "../../globals.md";
|
||||
@import "./button";
|
||||
|
||||
// Material Design Button
|
||||
// --------------------------------------------------
|
||||
@ -258,5 +258,5 @@ $button-md-small-icon-font-size: 1.4em !default;
|
||||
// Core Button Overrides
|
||||
// --------------------------------------------------
|
||||
|
||||
@import "../button-fab";
|
||||
@import "../button-icon";
|
||||
@import "./button-fab";
|
||||
@import "./button-icon";
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../card";
|
||||
@import "../../globals.ios";
|
||||
@import "./card";
|
||||
|
||||
// iOS Card
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../card";
|
||||
@import "../../globals.md";
|
||||
@import "./card";
|
||||
|
||||
// Material Design Card
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Checkbox Structure
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Checkbox
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Content
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Content Padding
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../item";
|
||||
@import "../../globals.ios";
|
||||
@import "./item";
|
||||
|
||||
// iOS Item
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../item";
|
||||
@import "../../globals.md";
|
||||
@import "./item";
|
||||
|
||||
// Material Design Item
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../list";
|
||||
@import "../../globals.ios";
|
||||
@import "./list";
|
||||
|
||||
// iOS List
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../list";
|
||||
@import "../../globals.md";
|
||||
@import "./list";
|
||||
|
||||
// Material Design List
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Menu
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Menu
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Modals
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Modals
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../popup";
|
||||
@import "../../globals.ios";
|
||||
@import "./popup";
|
||||
|
||||
// iOS Popups
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../popup";
|
||||
@import "../../globals.md";
|
||||
@import "./popup";
|
||||
|
||||
// Material Design Popups
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Radio
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Radio
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../searchbar";
|
||||
@import "../../globals.ios";
|
||||
@import "./searchbar";
|
||||
|
||||
// iOS Searchbar
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../searchbar";
|
||||
@import "../../globals.md";
|
||||
@import "./searchbar";
|
||||
|
||||
// Material Design Searchbar
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../segment";
|
||||
@import "../../globals.ios";
|
||||
@import "./segment";
|
||||
|
||||
// iOS Segment
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../segment";
|
||||
@import "../../globals.md";
|
||||
@import "./segment";
|
||||
|
||||
// Material Design Segment
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Switch
|
||||
// --------------------------------------------------
|
@ -1,4 +1,4 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Switch
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../tabs";
|
||||
@import "../../globals.ios";
|
||||
@import "./tabs";
|
||||
|
||||
// iOS Tabs
|
||||
// --------------------------------------------------
|
@ -1,5 +1,5 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../tabs";
|
||||
@import "../../globals.md";
|
||||
@import "./tabs";
|
||||
|
||||
// Material Design Tabs
|
||||
// --------------------------------------------------
|
@ -1,6 +1,6 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../label";
|
||||
@import "../text-input";
|
||||
@import "../../globals.ios";
|
||||
@import "./label";
|
||||
@import "./text-input";
|
||||
|
||||
// iOS Text Input
|
||||
// --------------------------------------------------
|
@ -1,6 +1,6 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../label";
|
||||
@import "../text-input";
|
||||
@import "../../globals.md";
|
||||
@import "./label";
|
||||
@import "./text-input";
|
||||
|
||||
// Material Design Text Input
|
||||
// --------------------------------------------------
|
@ -1,6 +1,6 @@
|
||||
@import "../../../globals.ios";
|
||||
@import "../toolbar";
|
||||
@import "../toolbar-button";
|
||||
@import "../../globals.ios";
|
||||
@import "./toolbar";
|
||||
@import "./toolbar-button";
|
||||
|
||||
// iOS Toolbar
|
||||
// --------------------------------------------------
|
@ -1,6 +1,6 @@
|
||||
@import "../../../globals.md";
|
||||
@import "../toolbar";
|
||||
@import "../toolbar-button";
|
||||
@import "../../globals.md";
|
||||
@import "./toolbar";
|
||||
@import "./toolbar-button";
|
||||
|
||||
// Material Design Toolbar
|
||||
// --------------------------------------------------
|
Reference in New Issue
Block a user