File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 146
146
"color" : {
147
147
"syntax" : " <color-base> | currentColor | <system-color> | <light-dark()> | <deprecated-system-color>"
148
148
},
149
+ "color()" : {
150
+ "syntax" : " color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
151
+ },
149
152
"color-base" : {
150
153
"syntax" : " <hex-color> | <color-function> | <named-color> | <color-mix()> | transparent"
151
154
},
152
155
"color-function" : {
153
156
"syntax" : " <rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
154
157
},
155
- "color()" : {
156
- "syntax" : " color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
157
- },
158
158
"color-interpolation-method" : {
159
159
"syntax" : " in [ <rectangular-color-space> | <polar-color-space> <hue-interpolation-method>? | <custom-color-space> ]"
160
160
},
You can’t perform that action at this time.
0 commit comments