cert / postcss.config.js
fohake's picture
Upload 14 files
78dd0bb verified
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}