open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 2c061777ca043e408beaa7492a12a3bb97f8b908
356f82a
Raw
History Blame Contribute Delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};