Files
openclaw-manager/postcss.config.js
T
2026-02-01 14:19:52 +08:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}