open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 147a7d5cff70d15d1362635ac6a0b7800587e9c6
a4d7fd9
raw
history blame
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};