vector / client /postcss.config.js
d-ragon's picture
Upload 28 files
59bb0ce verified
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};