Skip to content

Commit

Permalink
fix: export style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Codpoe committed Mar 14, 2024
1 parent 522a2ec commit 8bdeb64
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"./icons": {
"types": "./dist/icons.d.ts",
"default": "./dist/icons.js"
},
"./style.css": {
"default": "./dist/style.css"
}
},
"sideEffects": [
Expand Down Expand Up @@ -92,6 +95,7 @@
"remark-gfm": "^4.0.0",
"storybook": "^8.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-dts": "^3.7.3",
Expand Down Expand Up @@ -144,7 +148,6 @@
"react-resizable-panels": "^1.0.8",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0",
"zod": "^3.22.4"
}
Expand Down
Loading

0 comments on commit 8bdeb64

Please sign in to comment.