There was an error while loading. Please reload this page.
1 parent b0f8c36 commit 5a7f1e6Copy full SHA for 5a7f1e6
1 file changed
uno.config.ts
@@ -6,6 +6,6 @@ import {
6
} from 'unocss';
7
8
export default defineConfig({
9
- presets: [presetWind3(), presetAttributify()],
+ presets: [presetWind3({ preflight: 'on-demand' }), presetAttributify()],
10
transformers: [transformerAttributifyJsx()],
11
});
0 commit comments