Skip to content

Commit

Permalink
fix: fix css export
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Nov 27, 2024
1 parent c6eb43d commit 35ee659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-ravens-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@simsustech/quasar-components": patch
---

fix: fix css export
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"src": "./src/ui/form/index.ts"
},
"./css": {
"import": "./dist/style.css"
"import": "./dist/quasar-components.css"
},
"./vite-plugin": {
"types": "./dist/types/vite-plugin.d.ts",
Expand Down

0 comments on commit 35ee659

Please sign in to comment.