open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 2c3ccc0cc9cf8844706e074382d36bdd9fcca844
3250c08
raw history blame
No virus
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};