memory-agent-demo / postcss.config.js
dixiebone13-a11y
v2.5: Full rewrite - Vite+React+Tailwind build, all 13 audit fixes
82e6bed
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};