Skip to content

Commit dc0328d

Browse files
committed
Merge branch 'vNext' of https://github.com/IgniteUI/igniteui-angular-samples into vNext
2 parents 569477f + f733e86 commit dc0328d

15 files changed

Lines changed: 689 additions & 1007 deletions

angular.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@
9191
"assets": [
9292
"src/assets",
9393
"src/favicon.ico"
94-
]
94+
],
95+
"stylePreprocessorOptions": {
96+
"includePaths": [
97+
"node_modules"
98+
]
99+
}
95100
}
96101
},
97102
"lint": {
@@ -209,7 +214,12 @@
209214
"styles": [
210215
"projects/app-lob/src/styles.scss"
211216
],
212-
"scripts": []
217+
"scripts": [],
218+
"stylePreprocessorOptions": {
219+
"includePaths": [
220+
"node_modules"
221+
]
222+
}
213223
}
214224
},
215225
"lint": {
@@ -339,7 +349,12 @@
339349
"styles": [
340350
"projects/app-crm/src/styles.scss"
341351
],
342-
"scripts": []
352+
"scripts": [],
353+
"stylePreprocessorOptions": {
354+
"includePaths": [
355+
"node_modules"
356+
]
357+
}
343358
}
344359
},
345360
"lint": {

0 commit comments

Comments
 (0)