AISR / web /postcss.config.js
zhzabcd's picture
Upload 101 files
755dd12 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}