mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-03-03 03:47:02 +00:00
refactor: update Tailwind to v4
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import autoprefixer from "autoprefixer";
|
||||
import cssnano from "cssnano";
|
||||
import tailwind from "tailwindcss";
|
||||
import tailwindConfig from "./tailwind.config.js";
|
||||
|
||||
export default {
|
||||
plugins: [autoprefixer, tailwind(tailwindConfig), cssnano],
|
||||
};
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user