wasp/waspc/examples/todoApp/postcss.config.js
2022-11-04 09:39:13 -04:00

7 lines
82 B
JavaScript

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