OpenWebUI / postcss.config.js
github-actions[bot]
GitHub deploy: b38e2fab32636dc44ac6dfde201ffddbdde9fcd1
0608db0
raw
history blame
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};