Commit 36988140 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Solved shift/reduce

parent d8a7e9a3
...@@ -266,7 +266,7 @@ pseudo_class: ...@@ -266,7 +266,7 @@ pseudo_class:
| DOUBLE_COLON id=IDENT | DOUBLE_COLON id=IDENT
{ `Pseudo_element (String.lowercase id) } { `Pseudo_element (String.lowercase id) }
function_arg: function_arg:
| s=selector | s=simple_selector
{ Nested_selector s } { Nested_selector s }
| EVEN | EVEN
{ Nth Even } { Nth Even }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment