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