Skip to content

Commit 8bdeb64

Browse files
committed
fix: export style.css
1 parent 522a2ec commit 8bdeb64

File tree

2 files changed

+106
-5
lines changed

2 files changed

+106
-5
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"./icons": {
4242
"types": "./dist/icons.d.ts",
4343
"default": "./dist/icons.js"
44+
},
45+
"./style.css": {
46+
"default": "./dist/style.css"
4447
}
4548
},
4649
"sideEffects": [
@@ -92,6 +95,7 @@
9295
"remark-gfm": "^4.0.0",
9396
"storybook": "^8.0.0",
9497
"tailwindcss": "^3.4.1",
98+
"tailwindcss-animate": "^1.0.7",
9599
"typescript": "^5.2.2",
96100
"vite": "^5.0.8",
97101
"vite-plugin-dts": "^3.7.3",
@@ -144,7 +148,6 @@
144148
"react-resizable-panels": "^1.0.8",
145149
"sonner": "^1.3.1",
146150
"tailwind-merge": "^2.2.0",
147-
"tailwindcss-animate": "^1.0.7",
148151
"vaul": "^0.8.0",
149152
"zod": "^3.22.4"
150153
}

0 commit comments

Comments
 (0)