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