Skip to content

Commit a86ff67

Browse files
committed
fix: Incorrect sass import paths map in package.json
1 parent 6c25e26 commit a86ff67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/igniteui-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@
112112
"default": "./migrations/*"
113113
},
114114
"./lib/core/styles/themes/index": {
115-
"sass": "./core/src/core/styles/themes/_index.scss"
115+
"sass": "./lib/core/styles/themes/_index.scss"
116116
},
117117
"./theming": {
118-
"sass": "./core/src/core/styles/themes/_index.scss"
118+
"sass": "./lib/core/styles/themes/_index.scss"
119119
},
120120
"./themes": {
121-
"sass": "./core/src/core/styles/themes/_index.scss"
121+
"sass": "./lib/core/styles/themes/_index.scss"
122122
}
123123
},
124124
"sideEffects": false

0 commit comments

Comments
 (0)