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