Skip to content

Commit

Permalink
add more css props (#160)
Browse files Browse the repository at this point in the history
* add css props for backdrop-filter and blend-mode

* add user-select prop to css map

* add mix-blend-mode to css map

* add changeset
  • Loading branch information
mck authored Nov 15, 2023
1 parent f52e0d7 commit dba5c05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/strong-chicken-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tokens-studio/graph-editor": minor
"@tokens-studio/graph-engine-ui": minor
---

add blending and blur to css map
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const keys = [
'animation',
'aspectRatio',
'align-items',
'backdrop-filter',
'background',
'background-blend-mode',
'border',
'borderBottom',
'borderColor',
Expand Down Expand Up @@ -69,6 +71,7 @@ const keys = [
'maxWidth',
'minHeight',
'minWidth',
'mixBlendMode',
'opacity',
'outline',
'overflow',
Expand All @@ -91,6 +94,7 @@ const keys = [
'transform',
'transition',
'translate',
'userSelect',
'verticalAlign',
'visibility',
'whiteSpace',
Expand Down

0 comments on commit dba5c05

Please sign in to comment.