codex-proxy / web /postcss.config.js
icebear0828
feat: migrate dashboard to Preact + Vite
b7d4394
raw
history blame
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};