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