mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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:
@ -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
|
||||
// --------------------------------------------------
|
Reference in New Issue
Block a user