open-webui-0-5-7 / postcss.config.js
github-actions[bot]
GitHub deploy: 24ab79f5e903415388991432594352facef31ecb
77f431c
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};