We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522a2ec commit 8bdeb64Copy full SHA for 8bdeb64
package.json
@@ -41,6 +41,9 @@
41
"./icons": {
42
"types": "./dist/icons.d.ts",
43
"default": "./dist/icons.js"
44
+ },
45
+ "./style.css": {
46
+ "default": "./dist/style.css"
47
}
48
},
49
"sideEffects": [
@@ -92,6 +95,7 @@
92
95
"remark-gfm": "^4.0.0",
93
96
"storybook": "^8.0.0",
94
97
"tailwindcss": "^3.4.1",
98
+ "tailwindcss-animate": "^1.0.7",
99
"typescript": "^5.2.2",
100
"vite": "^5.0.8",
101
"vite-plugin-dts": "^3.7.3",
@@ -144,7 +148,6 @@
144
148
"react-resizable-panels": "^1.0.8",
145
149
"sonner": "^1.3.1",
146
150
"tailwind-merge": "^2.2.0",
147
- "tailwindcss-animate": "^1.0.7",
151
"vaul": "^0.8.0",
152
"zod": "^3.22.4"
153
0 commit comments