Skip to content

Commit

Permalink
migrate from scss to css
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemRaska committed Feb 20, 2025
1 parent 2104557 commit 76dea14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/gapp-dashboard/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"browser": "apps/gapp-dashboard/src/main.ts",
"polyfills": [],
"tsConfig": "apps/gapp-dashboard/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"inlineStyleLanguage": "css",
"assets": [
{
"glob": "**/*",
"input": "apps/gapp-dashboard/public"
}
],
"styles": ["apps/gapp-dashboard/src/styles.scss"],
"styles": ["apps/gapp-dashboard/src/styles.css"],
"scripts": []
},
"configurations": {
Expand Down
File renamed without changes.

0 comments on commit 76dea14

Please sign in to comment.