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