browser / postcss.config.js
no-name-here's picture
Upload 86 files
9b63060 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}