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