Skip to content

Commit 40b5ecb

Browse files
committed
chore(sass): update import path for ionic
1 parent 091545e commit 40b5ecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/demos/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $colors: (
6767
// The premium icon font for Ionic. For more info, please see:
6868
// http://ionicframework.com/docs/v2/ionicons/
6969

70-
@import "ionicons";
70+
@import "ionic.ionicons";
7171

7272

7373
// Fonts

scripts/e2e/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $colors: (
6767
// The premium icon font for Ionic. For more info, please see:
6868
// http://ionicframework.com/docs/v2/ionicons/
6969

70-
@import "ionicons";
70+
@import "ionic.ionicons";
7171

7272

7373
// Fonts

0 commit comments

Comments
 (0)