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