NY / frontend /postcss.config.js
jaothan's picture
Upload 23 files
945cec7 verified
raw
history blame contribute delete
86 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}