Skip to content

Commit 839bf2d

Browse files
committed
fix a typo
1 parent 7d46195 commit 839bf2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function visit(options) {
2525
return function(node){
2626
if (node.keyframes) return _keyframes(node);
2727
if (node.import) return atimport(node);
28-
return _rule(options);
28+
return _rule(node);
2929
}
3030
}
3131

test/cases/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
}
3030
]
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)