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