Skip to content

Commit 4bc1cef

Browse files
style(css): fix feature order (#899)
style: fix feature order
1 parent 0cd5a25 commit 4bc1cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/syntaxes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@
146146
"color": {
147147
"syntax": "<color-base> | currentColor | <system-color> | <light-dark()> | <deprecated-system-color>"
148148
},
149+
"color()": {
150+
"syntax": "color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
151+
},
149152
"color-base": {
150153
"syntax": "<hex-color> | <color-function> | <named-color> | <color-mix()> | transparent"
151154
},
152155
"color-function": {
153156
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
154157
},
155-
"color()": {
156-
"syntax": "color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
157-
},
158158
"color-interpolation-method": {
159159
"syntax": "in [ <rectangular-color-space> | <polar-color-space> <hue-interpolation-method>? | <custom-color-space> ]"
160160
},

0 commit comments

Comments
 (0)