mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-04-23 02:47:29 -05:00
Some checks are pending
Build / build (push) Waiting to run
Initial move to tailwind V4. breaks a couple things visually, a few animations are off, mostly working though.
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|