1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Bump dependencies and minor fix for inlineStyles

This commit is contained in:
GreLI
2017-10-22 22:29:15 +03:00
parent 2523799a12
commit d828a62100
4 changed files with 23 additions and 20 deletions

View File

@ -23,7 +23,7 @@ function flattenToSelectors(cssAst) {
var atrule = this.atrule;
var rule = node;
node.selector.children.each(function(selectorNode, selectorItem) {
node.prelude.children.each(function(selectorNode, selectorItem) {
var selector = {
item: selectorItem,
atrule: atrule,