From 5fcfcb7770db027044ebe38ad5704187f021c0f3 Mon Sep 17 00:00:00 2001 From: Hooray <304327508@qq.com> Date: Wed, 16 Oct 2024 10:29:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dvscode=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=A0=A1=E9=AA=8Ccss=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f0b7ff..3ddbdab 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,7 @@ }, "stylelint.validate": [ "css", + "postcss", "scss", "vue" ],