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