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