Skip to content

Commit

Permalink
feat: set style condition in exports so styles can be imported from a…
Browse files Browse the repository at this point in the history
… css file
  • Loading branch information
brandonwinch committed Feb 4, 2025
1 parent 236ecac commit 8e2f96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
},
"./dist/styles.css": {
"import": "./dist/styles.css",
"require": "./dist/styles.css"
"require": "./dist/styles.css",
"style": "./dist/styles.css"
}
},
"bin": {
Expand Down

0 comments on commit 8e2f96a

Please sign in to comment.