From 6604484765c3a8d4ea9af978f44ed9f066910191 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Thu, 20 Feb 2020 10:45:59 -0500 Subject: [PATCH] updated styles.css to styles.scss in angular.json --- angular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index 9ab9eda..5cee9cb 100644 --- a/angular.json +++ b/angular.json @@ -24,7 +24,7 @@ "src/backend" ], "styles": [ - "src/styles.css" + "src/styles.scss" ], "scripts": [] }, @@ -74,7 +74,7 @@ "tsConfig": "src/tsconfig.spec.json", "scripts": [], "styles": [ - "src/styles.css" + "src/styles.scss" ], "assets": [ "src/assets", @@ -125,7 +125,7 @@ "schematics": { "@schematics/angular:component": { "prefix": "app", - "styleext": "css" + "styleext": "scss" }, "@schematics/angular:directive": { "prefix": "app"