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