10BC0
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 c8562a3 commit 75b252bCopy full SHA for 75b252b
packages-integrations/runtime/src/presets/preset-wind4.ts
@@ -0,0 +1,8 @@
1
+import type { PresetWind4Options } from '@unocss/preset-wind4'
2
+import type { RuntimeContext } from '..'
3
+import presetWind4 from '@unocss/preset-wind4'
4
+
5
+window.__unocss_runtime = window.__unocss_runtime ?? {} as RuntimeContext
6
+window.__unocss_runtime.presets = Object.assign(window.__unocss_runtime?.presets ?? {}, {
7
+ presetWind4: (options: PresetWind4Options) => presetWind4(options),
8
+})
0 commit comments