diff --git a/apps/gapp-dashboard/project.json b/apps/gapp-dashboard/project.json index 49d5029..f6c9d4a 100644 --- a/apps/gapp-dashboard/project.json +++ b/apps/gapp-dashboard/project.json @@ -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": { diff --git a/apps/gapp-dashboard/src/styles.scss b/apps/gapp-dashboard/src/styles.css similarity index 100% rename from apps/gapp-dashboard/src/styles.scss rename to apps/gapp-dashboard/src/styles.css