mirror of
https://github.com/open-webui/open-webui
synced 2025-05-14 10:36:12 +00:00
chore: frontend formatting
This commit is contained in:
parent
d630485051
commit
43832d165f
@ -19,12 +19,10 @@ const config = {
|
||||
},
|
||||
onwarn: (warning, handler) => {
|
||||
const { code, _ } = warning;
|
||||
if (code === "css-unused-selector")
|
||||
return;
|
||||
if (code === 'css-unused-selector') return;
|
||||
|
||||
handler(warning);
|
||||
},
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Loading…
Reference in New Issue
Block a user