Skip to content

Commit

Permalink
fix(app): corrected paths to theme from app.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbryan9 authored and adamdbradley committed Sep 19, 2016
1 parent ca8cc0a commit 001c1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/app/app.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

// Globals
// --------------------------------------------------
@import "../themes/ionic.globals";
@import "../../themes/ionic.globals";


// Normalize
// --------------------------------------------------
@import "../themes/normalize";
@import "../../themes/normalize";


// Util
// --------------------------------------------------
@import "../themes/util";
@import "../../themes/util";


// App Structure
Expand Down

0 comments on commit 001c1c9

Please sign in to comment.