Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit a2c9ef6

Browse files
authored
fix: export styles (#129)
1 parent 0ac51ea commit a2c9ef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"require": "./dist/index.cjs.js",
1818
"import": "./dist/index.es.js"
1919
},
20-
"./tailwind": "./tailwind.config.js"
20+
"./tailwind": "./tailwind.config.js",
21+
"./style.css": "./dist/style.css"
2122
},
2223
"scripts": {
2324
"dev": "npm run storybook",

0 commit comments

Comments
 (0)