wasp/examples/hackathon/postcss.config.js
2022-12-02 15:22:21 +01:00

9 lines
126 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {
config: './tailwind.config.js',
},
autoprefixer: {},
},
};