Skip to content

Commit

Permalink
Add style package export for dist/style.css (#125)
Browse files Browse the repository at this point in the history
* add style export for dist/style.css

* make style import @import "@vector-im/compound-web"
  • Loading branch information
Kerry authored Nov 7, 2023
1 parent 1cdf6be commit d67293a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
".": {
"require": "./dist/compound-web.cjs",
"import": "./dist/compound-web.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"style": "./dist/style.css"
},
"./dist/style.css": {
"require": "./dist/style.css",
Expand Down

0 comments on commit d67293a

Please sign in to comment.