physix / frontend /postcss.config.js
Pratyush-01's picture
Upload folder using huggingface_hub
0e24aff verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};