update tailwind
This commit is contained in:
parent
6716e5f0b0
commit
dbdb759a7e
@ -65,7 +65,8 @@
|
||||
"postcss": "^8.5.3",
|
||||
"react-router-dom": "^7.4.0",
|
||||
"react-scan": "^0.1.0",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"@tailwindcss/postcss": "^4.1.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tailwindcss-react-aria-components": "^2.0.0",
|
||||
"typescript": "^5.8.2",
|
||||
|
||||
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user