open-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 670441f548bf8bd82676e06956af3f1001d67c4c
3fd3bee
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};