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