In the below example, there are 2 nodes in the parsed model.
First is of type rule which is right
Second is of type property with name as nav which is clearly wrong.
.foo {
margin: 1px;
}
nav
I am assuming that there cannot be properties outside of a rule.