Preganancy-Prediction / frontend /postcss.config.js
karthik-2905's picture
Upload folder using huggingface_hub
5d14125 verified
import tailwindcss from '@tailwindcss/postcss'
import autoprefixer from 'autoprefixer'
export default {
plugins: [tailwindcss, autoprefixer],
}