mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
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
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
@import "../../globals.ios";
|
||||
|
||||
// iOS Checkbox
|
||||
// --------------------------------------------------
|
||||
|
@ -1,4 +1,3 @@
|
||||
@import "../../globals.md";
|
||||
|
||||
// Material Design Checkbox
|
||||
// --------------------------------------------------
|
||||
|
@ -1,4 +1,3 @@
|
||||
@import "../../globals.wp";
|
||||
|
||||
// Windows Checkbox
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user