open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: ebce006974a815de9475d44b71a7f9820d6a00b7
1e8208c
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};