Skip to content

Commit

Permalink
feat: add direct CSS bundle export
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 12, 2022
1 parent a3394ee commit 19a6b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"exports": {
"./css": "./css/skeleton-elements.css",
"./css/skeleton-elements.css": "./css/skeleton-elements.css",
"./css/avatar": "./css/core.css",
"./css/block": "./css/block.css",
"./css/text": "./css/text.css",
Expand Down Expand Up @@ -47,4 +48,4 @@
"url": "https://github.com/nolimits4web/skeleton-elements/issues"
},
"homepage": "https://github.com/nolimits4web/skeleton-elements#readme"
}
}

0 comments on commit 19a6b36

Please sign in to comment.