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