open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 2c061777ca043e408beaa7492a12a3bb97f8b908
356f82a
raw
history blame contribute delete
No virus
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};