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