Skip to content

Commit 6a63a69

Browse files
chore: correct package exports order for token wildcards
1 parent fc1ce13 commit 6a63a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1st-gen/tools/styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
"./theme-darkest.css": "./theme-darkest.css",
7373
"./theme-light.css": "./theme-light.css",
7474
"./theme-lightest.css": "./theme-lightest.css",
75-
"./tokens-v2/*": "./tokens-v2/*",
7675
"./tokens-v2/spectrum/custom-dark-vars.css": "./tokens-v2/dark-vars.css",
7776
"./tokens-v2/spectrum/custom-large-vars.css": "./tokens-v2/large-vars.css",
7877
"./tokens-v2/spectrum/custom-light-vars.css": "./tokens-v2/light-vars.css",
7978
"./tokens-v2/spectrum/custom-medium-vars.css": "./tokens-v2/medium-vars.css",
8079
"./tokens-v2/spectrum/custom-vars.css": "./tokens-v2/global-vars.css",
81-
"./tokens/*": "./tokens/*",
80+
"./tokens-v2/*": "./tokens-v2/*",
8281
"./tokens/express/custom-large-vars.css": "./tokens/express/large-vars.css",
8382
"./tokens/express/custom-medium-vars.css": "./tokens/express/medium-vars.css",
8483
"./tokens/express/custom-vars.css": "./tokens/express/global-vars.css",
8584
"./tokens/spectrum/custom-large-vars.css": "./tokens/spectrum/large-vars.css",
8685
"./tokens/spectrum/custom-medium-vars.css": "./tokens/spectrum/medium-vars.css",
8786
"./tokens/spectrum/custom-vars.css": "./tokens/spectrum/global-vars.css",
87+
"./tokens/*": "./tokens/*",
8888
"./typography.css": "./typography.css",
8989
"./typography.js": {
9090
"development": "./typography.dev.js",

0 commit comments

Comments
 (0)