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