fix(app): corrected paths to theme from app.scss

This commit is contained in:
mattbryan9
2016-09-19 14:27:24 +01:00
committed by Adam Bradley
parent ca8cc0af2e
commit 001c1c9f2c

View File

@ -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