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