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