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