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:
@ -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,
|
||||
|
Reference in New Issue
Block a user