open-webui / postcss.config.js
coolmanx's picture
Upload 4584 files
bc27e65 verified
raw
history blame
69 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};