open-webui-new / postcss.config.js
github-actions[bot]
GitHub deploy: 0b5514f376a04bc521139dd53d3e43ab1d321621
1538221
raw
history blame
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};