Skip to content

Commit

Permalink
perf(projects): remove as any
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 6, 2023
1 parent d8b9b94 commit 7f61bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export default defineConfig<Theme>({
}
},
transformers: [transformerDirectives(), transformerVariantGroup()],
presets: [presetUno({ dark: 'class' }), presetScrollbar() as any, presetSoybeanAdmin()]
presets: [presetUno({ dark: 'class' }), presetScrollbar(), presetSoybeanAdmin()]
});

0 comments on commit 7f61bdc

Please sign in to comment.