wasp/waspc/examples/todoApp/postcss.config.cjs
2023-03-01 17:14:14 +01:00

7 lines
82 B
JavaScript

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