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