PhaseWeb3-Vue/postcss.config.mjs
Auron 564087f658
Some checks are pending
Build / build (push) Waiting to run
Update dependancies, move tailwind to V4 (SoftieTechCat)
Initial move to tailwind V4. breaks a couple things visually, a few animations are off, mostly working though.
2025-07-29 20:46:12 -04:00

6 lines
70 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};