Skip to content

Commit

Permalink
fix(sass): remove global imports from components
Browse files Browse the repository at this point in the history
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
  • Loading branch information
brandyscarney committed Apr 11, 2016
1 parent 29e6242 commit dad2155
Show file tree
Hide file tree
Showing 60 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion ionic/components/action-sheet/action-sheet.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./action-sheet";

// iOS Action Sheet
Expand Down
1 change: 0 additions & 1 deletion ionic/components/action-sheet/action-sheet.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./action-sheet";

// Material Design Action Sheet
Expand Down
1 change: 0 additions & 1 deletion ionic/components/action-sheet/action-sheet.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./action-sheet";

// Windows Action Sheet
Expand Down
1 change: 0 additions & 1 deletion ionic/components/alert/alert.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./alert";

// iOS Alerts
Expand Down
1 change: 0 additions & 1 deletion ionic/components/alert/alert.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./alert";

// Material Design Alerts
Expand Down
1 change: 0 additions & 1 deletion ionic/components/alert/alert.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./alert";

// Windows Alerts
Expand Down
1 change: 0 additions & 1 deletion ionic/components/app/app.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";

// iOS App
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/app/app.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";

// Material Design App
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/app/app.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";

// Windows App
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/button/button.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./button";

// iOS Button
Expand Down
1 change: 0 additions & 1 deletion ionic/components/button/button.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./button";

// Material Design Button
Expand Down
1 change: 0 additions & 1 deletion ionic/components/button/button.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./button";

// Windows Button
Expand Down
1 change: 0 additions & 1 deletion ionic/components/card/card.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./card";

// iOS Card
Expand Down
1 change: 0 additions & 1 deletion ionic/components/card/card.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./card";

// Material Design Card
Expand Down
1 change: 0 additions & 1 deletion ionic/components/card/card.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./card";

// Windows Card
Expand Down
1 change: 0 additions & 1 deletion ionic/components/checkbox/checkbox.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";

// iOS Checkbox
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/checkbox/checkbox.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";

// Material Design Checkbox
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/checkbox/checkbox.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";

// Windows Checkbox
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/content/content.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./content";

// iOS Content
Expand Down
1 change: 0 additions & 1 deletion ionic/components/content/content.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./content";

// Material Design Content
Expand Down
1 change: 0 additions & 1 deletion ionic/components/content/content.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./content";

// Windows Content
Expand Down
1 change: 0 additions & 1 deletion ionic/components/input/input.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./input";

// iOS Input
Expand Down
1 change: 0 additions & 1 deletion ionic/components/input/input.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./input";

// Material Design Input
Expand Down
1 change: 0 additions & 1 deletion ionic/components/input/input.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./input";

// Windows Input
Expand Down
1 change: 0 additions & 1 deletion ionic/components/item/item.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./item";

// iOS Item
Expand Down
1 change: 0 additions & 1 deletion ionic/components/item/item.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./item";

// Material Design Item
Expand Down
1 change: 0 additions & 1 deletion ionic/components/item/item.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./item";

// Windows Item
Expand Down
1 change: 0 additions & 1 deletion ionic/components/label/label.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./label";

// iOS Label
Expand Down
1 change: 0 additions & 1 deletion ionic/components/label/label.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./label";

// Material Design Label
Expand Down
1 change: 0 additions & 1 deletion ionic/components/label/label.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./label";

// Windows Label
Expand Down
1 change: 0 additions & 1 deletion ionic/components/list/list.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./list";

// iOS List
Expand Down
1 change: 0 additions & 1 deletion ionic/components/list/list.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./list";

// Material Design List
Expand Down
1 change: 0 additions & 1 deletion ionic/components/list/list.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./list";

// Windows List
Expand Down
1 change: 0 additions & 1 deletion ionic/components/menu/menu.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";

// iOS Menu
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/menu/menu.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";

// Material Design Menu
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/menu/menu.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";

// Windows Menu
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/modal/modal.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";

// iOS Modals
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/modal/modal.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";

// Material Design Modals
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/modal/modal.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";

// Windows Modals
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/radio/radio.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";

// iOS Radio
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/radio/radio.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";

// Material Design Radio
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/radio/radio.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";

// Windows Radio
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/searchbar/searchbar.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./searchbar";

// iOS Searchbar
Expand Down
1 change: 0 additions & 1 deletion ionic/components/searchbar/searchbar.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./searchbar";

// Material Design Searchbar
Expand Down
1 change: 0 additions & 1 deletion ionic/components/searchbar/searchbar.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./searchbar";

// Windows Searchbar
Expand Down
1 change: 0 additions & 1 deletion ionic/components/segment/segment.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./segment";

// iOS Segment
Expand Down
1 change: 0 additions & 1 deletion ionic/components/segment/segment.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./segment";

// Material Design Segment
Expand Down
1 change: 0 additions & 1 deletion ionic/components/segment/segment.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./segment";

// Windows Segment
Expand Down
1 change: 0 additions & 1 deletion ionic/components/select/select.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./select";

// iOS Select
Expand Down
1 change: 0 additions & 1 deletion ionic/components/select/select.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./select";

// Material Design Select
Expand Down
1 change: 0 additions & 1 deletion ionic/components/select/select.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./select";

// Windows Select
Expand Down
1 change: 0 additions & 1 deletion ionic/components/tabs/tabs.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./tabs";

// iOS Tabs
Expand Down
1 change: 0 additions & 1 deletion ionic/components/tabs/tabs.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./tabs";

// Material Design Tabs
Expand Down
1 change: 0 additions & 1 deletion ionic/components/tabs/tabs.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./tabs";

// Windows Tabs
Expand Down
1 change: 0 additions & 1 deletion ionic/components/toggle/toggle.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";

// iOS Toggle
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/toggle/toggle.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";

// Material Design Toggle
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/toggle/toggle.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";

// Windows Toggle
// --------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion ionic/components/toolbar/toolbar.ios.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.ios";
@import "./toolbar";
@import "./toolbar-button";

Expand Down
1 change: 0 additions & 1 deletion ionic/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.md";
@import "./toolbar";
@import "./toolbar-button";

Expand Down
1 change: 0 additions & 1 deletion ionic/components/toolbar/toolbar.wp.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "../../globals.wp";
@import "./toolbar";
@import "./toolbar-button";

Expand Down

0 comments on commit dad2155

Please sign in to comment.