Greg Lutostanski
Results
1
issues of
Greg Lutostanski
valid css for some cases, links here: * https://developer.mozilla.org/en-US/docs/Web/CSS/:any * https://drafts.csswg.org/selectors-4/#matches * https://css-tricks.com/almanac/selectors/m/matches/ ``` :-moz-any(p, input) { color: #aaaaaa; } ``` Causes error: > Expected RPAREN at line 1, col...