File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 136136 "mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/color_value/color-mix"
137137 },
138138 "conic-gradient()" : {
139- "syntax" : " conic-gradient( [ [ [ from <angle> ]? [ at <position> ]? ] || <color-interpolation-method > ]? , <angular-color-stop-list> )" ,
139+ "syntax" : " conic-gradient( [ <conic-gradient-syntax > ] )" ,
140140 "groups" : [
141141 " CSS Images"
142142 ],
530530 "mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/rem"
531531 },
532532 "repeating-conic-gradient()" : {
533- "syntax" : " repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )" ,
533+ "syntax" : " repeating-conic-gradient( [ <conic-gradient-syntax> ] )" ,
534534 "groups" : [
535535 " CSS Images"
536536 ],
Original file line number Diff line number Diff line change 207207 "syntax" : " <compound-selector>#"
208208 },
209209 "conic-gradient()" : {
210- "syntax" : " conic-gradient( [ [ [ from <angle> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <angular-color-stop-list> )"
210+ "syntax" : " conic-gradient( [ <conic-gradient-syntax> ] )"
211+ },
212+ "conic-gradient-syntax" : {
213+ "syntax" : " [ [ [ from [ <angle> | <zero> ] ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <angular-color-stop-list>"
211214 },
212215 "content-distribution" : {
213216 "syntax" : " space-between | space-around | space-evenly | stretch"
768771 "syntax" : " repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"
769772 },
770773 "repeating-conic-gradient()" : {
771- "syntax" : " repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
774+ "syntax" : " repeating-conic-gradient( [ <conic-gradient-syntax> ] )"
772775 },
773776 "repeating-linear-gradient()" : {
774777 "syntax" : " repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
You can’t perform that action at this time.
0 commit comments