Skip to content

Commit

Permalink
fix(css): Export tailwind plugin properly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmarine committed Jun 9, 2024
1 parent 0e75c91 commit 8f6e37a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-eels-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"varvara-css": patch
---

Fix export of tailwind plugin
3 changes: 2 additions & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dev": "chokidar src -c 'bun run build'"
},
"files": [
"dist"
"dist",
"src/index.cjs"
],
"devDependencies": {
"@types/bun": "latest",
Expand Down

0 comments on commit 8f6e37a

Please sign in to comment.