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