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 e41c97e commit e64a92dCopy full SHA for e64a92d
src/core/UnistylesRuntime.ts
@@ -2,7 +2,7 @@ import { ScreenOrientation, UnistylesError } from '../common'
2
import type { Color, UnistylesBridge, UnistylesPlugin } from '../types'
3
import type { UnistylesThemes } from '../global'
4
import type { UnistyleRegistry } from './UnistyleRegistry'
5
-import { parseColor } from '../utils'
+import { parseColor } from '../utils/parseColor'
6
7
/**
8
* Utility to interact with the Unistyles during runtime
0 commit comments