ChatUIPro / postcss.config.js
dorkai's picture
Add app files
a9df3bb
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}