From 26999653cea7f9a4eb1a82ef64663fe92745be7e Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:06:41 +0800 Subject: [PATCH] chore: remove prettier-plugin-tailwind Its behavior is weird on dark mode and some hover usage --- .prettierrc | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.prettierrc b/.prettierrc index 51563d0d..3c443fd2 100644 --- a/.prettierrc +++ b/.prettierrc @@ -7,8 +7,7 @@ "proseWrap": "always", "plugins": [ "@awmottaz/prettier-plugin-void-html", - "prettier-plugin-go-template", - "prettier-plugin-tailwindcss" + "prettier-plugin-go-template" ], "overrides": [ { diff --git a/package.json b/package.json index 22ff7368..1a5eec31 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "packery": "^3.0.0", "prettier": "^3.6.2", "prettier-plugin-go-template": "^0.0.15", - "prettier-plugin-tailwindcss": "^0.6.13", "puppeteer": "^24.12.1", "rimraf": "^6.0.1", "tailwind-scrollbar": "^4.0.2",