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