Skip to content

Commit 01cedd6

Browse files
authored
feat(preset): export VAR_HUE for manipulating (#2)
1 parent 60e406e commit 01cedd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/preset/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { env } from 'node:process'
33

44
type Shade = 'DEFAULT' | 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 950
55

6-
const VAR_HUE = '--chromatic-hue'
6+
export const VAR_HUE = '--chromatic-hue'
77

88
const VAR_CHROMA_SHADES = {
99
DEFAULT: '--chromatic-chroma',

0 commit comments

Comments
 (0)