dify / web /postcss.config.js
kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
88 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}