Skip to content

Commit

Permalink
chore(css): Fix group for CSS Images module (#935)
Browse files Browse the repository at this point in the history
Fix group for CSS Images module
  • Loading branch information
skyclouds2001 authored Feb 24, 2025
1 parent b6ec854 commit 068de27
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@
"conic-gradient()": {
"syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/conic-gradient"
Expand Down Expand Up @@ -180,8 +179,7 @@
"cross-fade()": {
"syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )",
"groups": [
"Filter Effects",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cross-fade"
Expand Down Expand Up @@ -359,8 +357,7 @@
"linear-gradient()": {
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient"
Expand Down Expand Up @@ -502,8 +499,7 @@
"radial-gradient()": {
"syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
Expand Down Expand Up @@ -536,26 +532,23 @@
"repeating-conic-gradient()": {
"syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient"
},
"repeating-linear-gradient()": {
"syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
},
"repeating-radial-gradient()": {
"syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
Expand Down

0 comments on commit 068de27

Please sign in to comment.