Skip to content

Commit

Permalink
Add border-image and clip-path to css map node (#174)
Browse files Browse the repository at this point in the history
* add border image to css map

* add changeset

* add css clip-path

* add changeset
  • Loading branch information
mck authored Nov 23, 2023
1 parent 7a629d9 commit 41f6a49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-garlics-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tokens-studio/graph-editor": minor
---

Add border-image to css map
5 changes: 5 additions & 0 deletions .changeset/hungry-dolls-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tokens-studio/graph-editor": minor
---

Add clip-path to css map
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const keys = [
'border',
'borderBottom',
'borderColor',
'borderImage',
'borderInline',
'borderLeft',
'borderRadius',
Expand All @@ -28,6 +29,7 @@ const keys = [
'boxShadow',
'boxSizing',
'clip',
'clipPath',
'color',
'contain',
'content',
Expand Down

0 comments on commit 41f6a49

Please sign in to comment.