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