File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
"syntax" : " <angle> | <percentage>"
34
34
},
35
35
"angular-color-hint" : {
36
- "syntax" : " <angle-percentage>"
36
+ "syntax" : " <angle-percentage> | <zero> "
37
37
},
38
38
"angular-color-stop" : {
39
- "syntax" : " <color> && <color-stop-angle>?"
39
+ "syntax" : " <color> <color-stop-angle>?"
40
40
},
41
41
"angular-color-stop-list" : {
42
- "syntax" : " [ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>"
42
+ "syntax" : " <angular-color-stop> , [ <angular-color-hint>? , <angular-color-stop> ]#? "
43
43
},
44
44
"animateable-feature" : {
45
45
"syntax" : " scroll-position | contents | <custom-ident>"
168
168
"syntax" : " <color-stop-length> | <color-stop-angle>"
169
169
},
170
170
"color-stop-angle" : {
171
- "syntax" : " <angle-percentage>{1,2}"
171
+ "syntax" : " [ <angle-percentage> | <zero> ] {1,2}"
172
172
},
173
173
"color-stop-length" : {
174
174
"syntax" : " <length-percentage>{1,2}"
175
175
},
176
176
"color-stop-list" : {
177
- "syntax" : " [ <linear-color-stop> [, <linear-color-hint>]? ]# , <linear-color-stop>"
177
+ "syntax" : " <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#? "
178
178
},
179
179
"colorspace-params" : {
180
180
"syntax" : " [<custom-params> | <predefined-rgb-params> | <xyz-params>]"
You can’t perform that action at this time.
0 commit comments