Skip to content

Commit

Permalink
Update description key for some css functions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 14, 2024
1 parent 3d49b14 commit fee65f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/at-rules/import.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"layer": {
"__compat": {
"description": "`layer(<layer-name>)`",
"description": "`layer()`",
"spec_url": "https://drafts.csswg.org/css-cascade-5/#ref-for-typedef-layer-name",
"tags": [
"web-features:cascade-layers"
Expand Down
1 change: 1 addition & 0 deletions css/properties/list-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"symbols": {
"__compat": {
"description": "`symbols()`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/symbols",
"spec_url": "https://drafts.csswg.org/css-counter-styles/#symbols-function",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion css/types/easing-function.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"cubic-bezier": {
"__compat": {
"description": "`cubic-bezier()` with ordinate ∉ [0,1]",
"description": "`cubic-bezier()`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/easing-function/cubic-bezier",
"spec_url": "https://drafts.csswg.org/css-easing/#cubic-bezier-easing-functions",
"tags": [
Expand Down

0 comments on commit fee65f1

Please sign in to comment.