mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore: bump tailwindcss to v4 (#4681)
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
"zod": "^4.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.13",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/node": "^24.3.1",
|
||||
"@types/react": "^19.1.12",
|
||||
@@ -97,6 +98,6 @@
|
||||
"@types/three": "^0.180.0",
|
||||
"@types/ua-parser-js": "^0.7.39",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "3.4.17"
|
||||
"tailwindcss": "^4.1.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user