transcript_reviewer / postcss.config.js
MugdhaV
flat deployment
17c377a
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}