mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(app): corrected paths to theme from app.scss
This commit is contained in:
@ -1,17 +1,17 @@
|
|||||||
|
|
||||||
// Globals
|
// Globals
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
@import "../themes/ionic.globals";
|
@import "../../themes/ionic.globals";
|
||||||
|
|
||||||
|
|
||||||
// Normalize
|
// Normalize
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
@import "../themes/normalize";
|
@import "../../themes/normalize";
|
||||||
|
|
||||||
|
|
||||||
// Util
|
// Util
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
@import "../themes/util";
|
@import "../../themes/util";
|
||||||
|
|
||||||
|
|
||||||
// App Structure
|
// App Structure
|
||||||
|
Reference in New Issue
Block a user