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