open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 54d528125629c31d2e28f7c8fe713f6208f23009
b1785c5
raw
history blame contribute delete
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};