webs / postcss.config.js
Aqso's picture
Create postcss.config.js
380b1a9 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}