ChatUIPro / postcss.config.js
dorkai's picture
Add app files
a9df3bb
Raw
History Blame Contribute Delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}