open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 64dce4ac99f841113dc089836cc3b19b04e20d44
2ed0f6b
raw
history blame
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};