From 8bdfcbbd9012396c3a98571c6817631cb9796d72 Mon Sep 17 00:00:00 2001 From: AlexBob <5199840@qq.com> Date: Wed, 12 Jun 2024 11:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(ui):=20=E5=B0=86a?= =?UTF-8?q?ngular.json=E4=B8=AD=E7=9A=84scss=E9=A3=8E=E6=A0=BC=E6=94=B9?= =?UTF-8?q?=E4=B8=BAsass=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/angular.json b/ui/angular.json index df8f477c..cf1f4c0d 100644 --- a/ui/angular.json +++ b/ui/angular.json @@ -40,7 +40,7 @@ "projectType": "application", "schematics": { "@schematics/angular:component": { - "style": "scss" + "style": "sass" } }, "root": "projects/web",