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