A transitive dependency bump caused many sass warnings to show up during compilation. Using this feature to silence: https://github.com/angular/angular-cli/pull/28627
@@ -40,7 +40,10 @@
"includePaths": [
"./src/lib/static/styles",
"./src/lib/static/fonts"
- ]
+ ],
+ "sass": {
+ "silenceDeprecations": ["mixed-decls", "color-functions", "global-builtin", "import"]
+ }
},
"allowedCommonJsDependencies": [
"graphql-tag",
@@ -55,7 +55,10 @@
"./src/styles",
"./src/fonts"