New: Tailwindcss

This commit is contained in:
2024-10-04 10:52:45 +02:00
parent 70afa170ec
commit e2902457e2
10 changed files with 5879 additions and 330 deletions

View File

@ -23,6 +23,10 @@
"devDependencies": {
"@redwoodjs/vite": "8.3.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19"
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.13"
}
}