Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 2, 2020
1 parent 1a4fbd9 commit dac556a
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 @@ -191,7 +191,7 @@ module.exports = (opts = {}) => {
return {
postcssPlugin: 'postcss-nested',
Root (root, { Rule }) {
let process = function (node) {
function process (node) {
node.each(child => {
if (child.type === 'rule') {
processRule(child, bubble, unwrap, preserveEmpty, Rule)
Expand Down

0 comments on commit dac556a

Please sign in to comment.