Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 15, 2024
1 parent 65e4cf1 commit 68bce7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/css-syntax-patches-for-csstree/dist/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"clip": "<shape> | auto",
"color-adjust": "<'print-color-adjust'>",
"justify-items": "| anchor-center",
"mix-blend-mode": "<blend-mode> | plus-darker | plus-lighter",
"position-anchor": "auto | <anchor-element>"
},
"types": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2662,20 +2662,23 @@
"type": "modified",
"syntax-before": "<blend-mode> | plus-lighter",
"syntax-after": "<blend-mode> | plus-darker | plus-lighter",
"comment": "<blend-mode> | plus-lighter",
"merged": false,
"comment": "",
"merged": "<blend-mode> | plus-darker | plus-lighter",
"tests": {
"passing": [
{
"value": "multiply"
},
{
"value": "plus-lighter"
},
{
"value": "plus-darker"
}
],
"failing": [
{
"value": "plus-darker"
"value": "plus-foo"
}
]
}
Expand Down

0 comments on commit 68bce7b

Please sign in to comment.