Skip to content

Commit

Permalink
feat(css): Update filter-function-list to filter-value-list (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Feb 21, 2025
1 parent 2962ec7 commit 25b0cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"
},
"backdrop-filter": {
"syntax": "none | <filter-function-list>",
"syntax": "none | <filter-value-list>",
"media": "visual",
"inherited": false,
"animationType": "filterList",
Expand Down Expand Up @@ -4737,7 +4737,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fill-rule"
},
"filter": {
"syntax": "none | <filter-function-list>",
"syntax": "none | <filter-value-list>",
"media": "visual",
"inherited": false,
"animationType": "filterList",
Expand Down
2 changes: 1 addition & 1 deletion css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"filter-function": {
"syntax": "<blur()> | <brightness()> | <contrast()> | <drop-shadow()> | <grayscale()> | <hue-rotate()> | <invert()> | <opacity()> | <saturate()> | <sepia()>"
},
"filter-function-list": {
"filter-value-list": {
"syntax": "[ <filter-function> | <url> ]+"
},
"final-bg-layer": {
Expand Down

0 comments on commit 25b0cab

Please sign in to comment.