Skip to content

Commit e4cbf10

Browse files
committed
chore(build): silence sass import deprecation warnings
1 parent 9a6738f commit e4cbf10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
4141
"src/scss/styles.scss"
4242
],
4343
"scripts": [],
44-
"allowedCommonJsDependencies": []
44+
"allowedCommonJsDependencies": [],
45+
"stylePreprocessorOptions": {
46+
"sass": {
47+
"silenceDeprecations": ["import"]
48+
}
49+
}
4550
},
4651
"configurations": {
4752
"production": {

0 commit comments

Comments
 (0)