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