Skip to content

Commit dad2155

Browse files
committed
fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it doesn’t need to be imported per component fixes #5931
1 parent 29e6242 commit dad2155

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+0
-60
lines changed

ionic/components/action-sheet/action-sheet.ios.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.ios";
21
@import "./action-sheet";
32

43
// iOS Action Sheet

ionic/components/action-sheet/action-sheet.md.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.md";
21
@import "./action-sheet";
32

43
// Material Design Action Sheet

ionic/components/action-sheet/action-sheet.wp.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.wp";
21
@import "./action-sheet";
32

43
// Windows Action Sheet

ionic/components/alert/alert.ios.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.ios";
21
@import "./alert";
32

43
// iOS Alerts

ionic/components/alert/alert.md.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.md";
21
@import "./alert";
32

43
// Material Design Alerts

ionic/components/alert/alert.wp.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.wp";
21
@import "./alert";
32

43
// Windows Alerts

ionic/components/app/app.ios.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.ios";
21

32
// iOS App
43
// --------------------------------------------------

ionic/components/app/app.md.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.md";
21

32
// Material Design App
43
// --------------------------------------------------

ionic/components/app/app.wp.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.wp";
21

32
// Windows App
43
// --------------------------------------------------

ionic/components/button/button.ios.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "../../globals.ios";
21
@import "./button";
32

43
// iOS Button

0 commit comments

Comments
 (0)