FrontPilot / postcss.config.js
[dyad]
Init Dyad app
a27839e
Raw
History Blame Contribute Delete
87 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};