open-webui1 / postcss.config.js
github-actions[bot]
GitHub deploy: 47c76ab5fe2fe8277fc8015e296649f77086b0ca
9f5f235
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};