Neural-MRI / frontend /postcss.config.js
Hiconcep's picture
Upload folder using huggingface_hub
0ce9643 verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}