diff --git a/css/functions.json b/css/functions.json index 8cf8b2d5..14a9c489 100644 --- a/css/functions.json +++ b/css/functions.json @@ -83,7 +83,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast" }, "counter()": { - "syntax": "counter( , ? )", + "syntax": "counter( , ? )", "groups": [ "CSS Lists and Counters" ], @@ -91,7 +91,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter" }, "counters()": { - "syntax": "counters( , , ? )", + "syntax": "counters( , , ? )", "groups": [ "CSS Lists and Counters" ], @@ -266,7 +266,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min" }, "minmax()": { - "syntax": "minmax( [ | | min-content | max-content | auto ] , [ | | | min-content | max-content | auto ] )", + "syntax": "minmax( [ | min-content | max-content | auto ] , [ | | min-content | max-content | auto ] )", "groups": [ "CSS Units", "CSS Lengths" @@ -325,7 +325,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette/palette-mix" }, "perspective()": { - "syntax": "perspective( )", + "syntax": "perspective( [ | none ] )", "groups": [ "CSS Transforms" ], @@ -481,7 +481,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleZ" }, "scroll()": { - "syntax": "scroll([ || ]?)", + "syntax": "scroll( [ || ]? )", "groups": [ "CSS Animations" ], diff --git a/css/syntaxes.json b/css/syntaxes.json index a1f97f5a..a668085e 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -747,7 +747,7 @@ "syntax": "" }, "scroll()": { - "syntax": "scroll( [ || ]? )" + "syntax": "scroll( [ || ]? )" }, "scroller": { "syntax": "root | nearest | self"