goofish / web-ui /postcss.config.cjs
host1syan's picture
Upload 212 files
5378afe verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}