Skip to content

Commit

Permalink
fix: add missing bundled CSS for the React Button and Calendar compon…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
Robbert committed Sep 17, 2024
1 parent d9a5161 commit c17019a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/chilly-mayflies-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@utrecht/button-react": patch
"@utrecht/calendar-react": patch
---

Fix missing bundled CSS for the React Button and Calendar components.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const createComponentPackageConfig = (path) => {
],
},
{
input: new URL('./src/index.tsx', path).pathname,
input: new URL('./src/css.tsx', path).pathname,
output: [
{
file: 'dist/css.js',
Expand Down

0 comments on commit c17019a

Please sign in to comment.