Skip to content

Commit f2e05b8

Browse files
authored
Merge branch 'vNext' into ikitanov/list-2988-vNext
2 parents 973f6b2 + 0c888b2 commit f2e05b8

3 files changed

Lines changed: 537 additions & 887 deletions

File tree

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)