OrgAI / frontend /postcss.config.js
Phonex
TheTruthSchool_RAG
167596f
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}