Skip to content

Commit

Permalink
Fix warm colors build
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed May 28, 2024
1 parent 2a7f6f8 commit 14cfbc7
Show file tree
Hide file tree
Showing 6 changed files with 1,494 additions and 1,190 deletions.
6 changes: 5 additions & 1 deletion design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"main": "dist/js/index.js",
"exports": {
".": "./dist/js/index.js",
"./tree": "./dist/tree/index.js"
"./tree": "./dist/tree/index.js",
"./dist/css/*.css": {
"import": "./dist/css/*.css",
"require": "./dist/css/*.css"
}
},
"scripts": {
"prettier:check": "prettier --check src/",
Expand Down
Loading

0 comments on commit 14cfbc7

Please sign in to comment.