tree-sitter-css icon indicating copy to clipboard operation
tree-sitter-css copied to clipboard

Pseudo-class arguments scoped as tag_name

Open chbk opened this issue 5 years ago • 0 comments

span:nth-child(even),
tr:nth-child(2n+1),
div:nth-child(4) {}

Arguments for pseudo-classes should have appropriate scopes.

Mozilla documentation.

chbk avatar Nov 07 '19 17:11 chbk