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