visual-lowcode-chinese / postcss.config.js
Trae Assistant
initial commit: clean history and remove node_modules
76127be
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}