mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: disable sass deprecation warnings
This commit is contained in:
parent
2997740921
commit
130f2278a1
1 changed files with 9 additions and 1 deletions
10
angular.json
10
angular.json
|
|
@ -41,7 +41,15 @@
|
|||
"webWorkerTsConfig": "src/tsconfig.worker.json",
|
||||
"browser": "src/main.ts",
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["."]
|
||||
"includePaths": ["."],
|
||||
"sass": {
|
||||
"silenceDeprecations": [
|
||||
"mixed-decls",
|
||||
"color-functions",
|
||||
"global-builtin",
|
||||
"import"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"configurations": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue