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