streamv2v / frontend /postcss.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
original code by JeffLiang and Radames
51669fc
raw
history blame contribute delete
No virus
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};