open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: e1f1c9693ed0d9746d17c3fc410c3047dbf0102c
ed25cee
raw
history blame
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};