We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a41f1 commit 3563ddfCopy full SHA for 3563ddf
docs/uno.config.ts
@@ -2,14 +2,14 @@ import {
2
defineConfig,
3
presetAttributify,
4
presetIcons,
5
- presetUno,
6
presetWebFonts,
+ presetWind4,
7
} from 'unocss'
8
9
export default defineConfig({
10
shortcuts: [],
11
presets: [
12
- presetUno({
+ presetWind4({
13
dark: 'class',
14
}),
15
presetAttributify(),
@@ -42,6 +42,10 @@ export default defineConfig({
42
],
43
'jura': ['Jura'],
44
},
45
+ timeouts: {
46
+ failure: 10000,
47
+ warning: 10000,
48
+ },
49
50
51
})
0 commit comments