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