mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(sass): fix file paths
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
@import "themes/default";
|
@import "./default";
|
||||||
|
|
||||||
// iOS Default Theme
|
// iOS Default Theme
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import "themes/default";
|
@import "./default";
|
||||||
|
|
||||||
// Material Design Default Theme
|
// Material Design Default Theme
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
@ -75,5 +75,5 @@ $item-md-padding-icon-bottom: 10px !default;
|
|||||||
|
|
||||||
// Roboto Font
|
// Roboto Font
|
||||||
@at-root {
|
@at-root {
|
||||||
@import "fonts/roboto";
|
@import "../fonts/roboto";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user