Files
muzak/frontend/postcss.config.mjs
T
mark 2a64d05b71 adds conical bg and tailwind.
not yet animated, but should be doable with @property.
2025-06-22 18:34:29 +02:00

7 lines
114 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};