MedicalAIWiki / frontend /postcss.config.js
AleksanderObuchowski's picture
Fix PostCSS config to use CommonJS syntax
83ee865
raw
history blame
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}