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 1bd1868 commit 0501c4aCopy full SHA for 0501c4a
packages/theme/src/index.ts
@@ -1,7 +1,7 @@
1
-import * as fastGlob from 'fast-glob';
2
import fs from 'node:fs/promises';
3
import { createRequire } from 'node:module';
4
import { basename, dirname, resolve } from 'node:path';
+import * as fastGlob from 'fast-glob';
5
import { mergeConfigs, presetIcons, presetWind4, transformerDirectives, type UserConfig } from 'unocss';
6
7
import { theme } from './theme.js';
0 commit comments