lifeto-shop/postcss.config.cjs
2025-05-12 20:16:13 -05:00

6 lines
71 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
}