diff --git a/css/functions.json b/css/functions.json index 08a56009..d544f69c 100644 --- a/css/functions.json +++ b/css/functions.json @@ -554,7 +554,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient" }, "rgb()": { - "syntax": "rgb( #{3} , ? ) | rgb( #{3} , ? ) | rgb( [ | | none ]{3} [ / [ | none ] ]? )", + "syntax": "rgb( #{3} , ? ) | rgb( #{3} , ? ) | rgb( [ | | none ]{3} [ / [ | none ] ]? )", "groups": [ "CSS Color" ], @@ -562,7 +562,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb" }, "rgba()": { - "syntax": "rgba( #{3} , ? ) | rgba( #{3} , ? ) | rgba( [ | | none ]{3} [ / [ | none ] ]? )", + "syntax": "rgba( #{3} , ? ) | rgba( #{3} , ? ) | rgba( [ | | none ]{3} [ / [ | none ] ]? )", "groups": [ "CSS Color" ], diff --git a/css/syntaxes.json b/css/syntaxes.json index 95423d17..2466a56c 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -150,7 +150,7 @@ "syntax": " | currentColor | | | " }, "color()": { - "syntax": "color( [from ]? [ / [ | none ] ]? )" + "syntax": "color( [ from ]? [ / [ | none ] ]? )" }, "color-base": { "syntax": " | | | | transparent"