web-ui-run / postcss.config.js
zhzabcd's picture
Upload 429 files
079352b verified
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};