Skip to content

Commit 7d55eea

Browse files
committed
update postcss to 7.x, postcss-selector-parser to 5.x
1 parent 8d3159f commit 7d55eea

File tree

3 files changed

+6988
-5
lines changed

3 files changed

+6988
-5
lines changed

lib/style-rewriter.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var addId = postcss.plugin('add-id', function () {
2424
attribute: currentId
2525
}))
2626
})
27-
}).process(node.selector).result
27+
}).processSync(node)
2828
})
2929
}
3030
})
@@ -81,4 +81,3 @@ module.exports = function (id, css, scoped, options) {
8181
})
8282
}
8383
}
84-

0 commit comments

Comments
 (0)