open-webui-odiagen / postcss.config.js
github-actions[bot]
GitHub deploy: 80a39906aa5c7b13aa2c54023368c295ec269a79
f36f7ce
raw
history blame
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};