inference-widgets / packages /widgets /postcss.config.js
coyotte508's picture
coyotte508 HF staff
🍱 Copy folders from huggingface.js
b2ecf7d
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};