From d6fba57afcdcf8c39be2430d48b0c8898f39c78b Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 9 Sep 2025 12:10:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4app.css=E4=B8=AD?= =?UTF-8?q?=E7=9A=84Tailwind=20CSS=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除@tailwind base、components、utilities导入语句 - 保持基础应用样式配置 --- src/app.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app.css b/src/app.css index 16f9270..7e5a4fc 100644 --- a/src/app.css +++ b/src/app.css @@ -1,8 +1,3 @@ - -@tailwind base; -@tailwind components; -@tailwind utilities; - #app{ width: 100vw; height: 100vh;