Skip to content

Commit 001c1c9

Browse files
mattbryan9adamdbradley
authored andcommitted
fix(app): corrected paths to theme from app.scss
1 parent ca8cc0a commit 001c1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/app/app.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
// Globals
33
// --------------------------------------------------
4-
@import "../themes/ionic.globals";
4+
@import "../../themes/ionic.globals";
55

66

77
// Normalize
88
// --------------------------------------------------
9-
@import "../themes/normalize";
9+
@import "../../themes/normalize";
1010

1111

1212
// Util
1313
// --------------------------------------------------
14-
@import "../themes/util";
14+
@import "../../themes/util";
1515

1616

1717
// App Structure

0 commit comments

Comments
 (0)