SpaceProbe1 / frontend /postcss.config.js
a9's picture
Upload 27 files
9b2dc95 verified
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}