inference-playground / postcss.config.js
victor's picture
victor HF staff
add playground
39eb06d
raw
history blame
No virus
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};