Open JasonBarnabe opened 12 years ago
Trying to parse this stylesheet:
@-moz-document domain(google.com) { * {color:red} }
each_rule_set and each_selector don't return any results. I don't expect the parser to necessarily understand what this is, but some sort of indication that it sees this rule (or other at-rules) would be good.
Pull request ?
Trying to parse this stylesheet:
each_rule_set and each_selector don't return any results. I don't expect the parser to necessarily understand what this is, but some sort of indication that it sees this rule (or other at-rules) would be good.