2a64d05b71
not yet animated, but should be doable with @property.
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|