fix: downgrade tailwindcss to v3 (#151)

* fix: downgrade tailwindcss to v3

* chore: auto-fix linting and formatting issues
This commit is contained in:
UUBulb
2026-02-14 18:06:12 +08:00
committed by GitHub
parent 84ba33dac3
commit 2fe19adb96
9 changed files with 93 additions and 129 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}