open-webui / postcss.config.js
coolmanx's picture
update
76aa260 verified
raw
history blame
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};