Remove Tailwind vite plugin - use Tailwind CSS standalone
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 20:56:38 +07:00
parent fd676e81bf
commit 0717cea5c7
4 changed files with 7 additions and 7 deletions

View File

@@ -14,19 +14,19 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^5.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.0.0",
"@tinacms/cli": "^2.2.3",
"tinacms": "^2.2.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
"@types/react-dom": "^18.3.1",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.2.4",
"@tailwindcss/typography": "^0.5.15"
},
"engines": {
"node": ">=20.0.0"