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: {},
},
}