wasp/mage/postcss.config.cjs

6 lines
81 B
JavaScript
Raw Normal View History

2023-06-19 18:28:36 +03:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}