dify / web /postcss.config.js
Severian's picture
initial commit
a8b3f00
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}