open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: b6b71c08f3e1811b819a8d8f68cb4d83e57163d0
498a7b8
raw
history blame contribute delete
No virus
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};