open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 58d3aecbb8652f589a0aa4d6392afa3beb96913e
e43bb93
raw
history blame contribute delete
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};