Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit e981fe1

Browse files
bug: fix css exports (#614)
1 parent 2a55e5d commit e981fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"require": "./dist/index.js",
2222
"types": "./dist/types/index.d.ts"
2323
},
24-
"./package.json": "./package.json"
24+
"./package.json": "./package.json",
25+
"./src/css/design-tokens.css": "./src/css/design-tokens.css"
2526
},
2627
"main": "./dist/index.js",
2728
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)