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