MedicalAIWiki / frontend /postcss.config.js
AleksanderObuchowski's picture
Initial commit for Hugging Face Spaces
e4f1db2
raw
history blame
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}