tiny-vue/examples/sites/postcss.config.cjs

6 lines
58 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {}
}
}