question-generator / web /postcss.config.js
lucas-wa
Adding web
9bc6550
raw
history blame
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}