Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Dec 29, 2023
1 parent 0fe0cfd commit fbbd7ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"./reset.css": {
"import": "./dist/esm/styles/reset.css",
"require": "./dist/styles/reset.css"
},
"./tailwind/*": {
"import": "./tailwind/*",
"require": "./tailwind/*"
}
},
"scripts": {
Expand Down

0 comments on commit fbbd7ec

Please sign in to comment.