Skip to content

Commit

Permalink
fix(styles): export patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrico committed Oct 18, 2022
1 parent 26fbf28 commit 3df8875
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-lobsters-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@a2000/styles": patch
---

export patterns
4 changes: 3 additions & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"files": [
"a2k-styles.css",
"fonts/*/*.otf",
"patterns/*.svg",
"cursors/*.svg"
],
"exports": {
"./a2k-styles.css": "./a2k-styles.css",
"./fonts/*": "./fonts/*",
"./cursors/*": "./cursors/*.svg"
"./cursors/*": "./cursors/*.svg",
"./patterns/*": "./patterns/*.svg"
},
"keywords": []
}

0 comments on commit 3df8875

Please sign in to comment.