SokratesAI / frontend /postcss.config.js
Alleinzellgaenger's picture
Created PDF upload functionality. A bit rough but works.
9e51bdc
raw
history blame contribute delete
90 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}