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