From d283f2f8b4be2ddc1b5732ab3e34e1cca013ca84 Mon Sep 17 00:00:00 2001 From: Geoffrey Delval Date: Wed, 5 Oct 2022 13:52:06 +0200 Subject: [PATCH] Replace default style scss with css --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index b997c296..85d89c15 100644 --- a/angular.json +++ b/angular.json @@ -94,7 +94,7 @@ }, "schematics": { "@schematics/angular:component": { - "style": "scss" + "style": "css" }, "@schematics/angular:directive": { "prefix": "" @@ -103,4 +103,4 @@ "cli": { "analytics": "3e2bbd4d-b51b-4bab-8828-77f66d8c5b0d" } -} \ No newline at end of file +}