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