Skip to content

Commit

Permalink
fixes .rule regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanpedersen committed Feb 4, 2017
1 parent 2ffaa8e commit b75ac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function getSelectorRulesFromCssAst(cssAst) {

selectorRules.push({
selector: selector,
rule: cssSelectorParser.parse(selector)
rule: cssSelectorParser.parse(selector).rule
});
}
} else if (rule.type === 'media') {
Expand Down

0 comments on commit b75ac34

Please sign in to comment.