truthshield-ai-backend / frontend /postcss.config.js
TechnoSamurai02's picture
Add TruthShield AI MVP
c438edd
Raw
History Blame Contribute Delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};