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 60e406e commit 01cedd6Copy full SHA for 01cedd6
packages/preset/src/index.ts
@@ -3,7 +3,7 @@ import { env } from 'node:process'
3
4
type Shade = 'DEFAULT' | 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 950
5
6
-const VAR_HUE = '--chromatic-hue'
+export const VAR_HUE = '--chromatic-hue'
7
8
const VAR_CHROMA_SHADES = {
9
DEFAULT: '--chromatic-chroma',
0 commit comments