ChatUI / postcss.config.cjs
VTechAI's picture
add
fed832e
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}