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