premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

Support for @-moz-document rules #23

Open JasonBarnabe opened 12 years ago

JasonBarnabe commented 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.

grosser commented 11 years ago

Pull request ?