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