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