Jessica.ai / frontend /postcss.config.js
M0SSHEAD's picture
Initial commit: Legal Auditor RL System with Secure Vault
f7eafe5
raw
history blame contribute delete
90 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}