Skip to content

Commit

Permalink
Merge pull request #9 from evicio1/package-json-update
Browse files Browse the repository at this point in the history
Package json update
  • Loading branch information
evicio1 authored Jan 21, 2025
2 parents 55e8a4b + 2d556b3 commit 3a79768
Show file tree
Hide file tree
Showing 6 changed files with 2,855 additions and 2,765 deletions.
15 changes: 13 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"stylePreprocessorOptions": {
"sass": {
"silenceDeprecations": [
"mixed-decls",
"color-functions",
"global-builtin",
"import"
]
}
},
"assets": [
{
"glob": "**/*",
Expand Down Expand Up @@ -93,7 +103,8 @@
],
"styles": [
"@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.scss"],
"src/styles.scss"
],
"scripts": []
}
}
Expand Down Expand Up @@ -133,4 +144,4 @@
}
}
}
}
}
Loading

0 comments on commit 3a79768

Please sign in to comment.