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