Skip to content

Commit af015f1

Browse files
committed
fix: remove second argument from call to single-parameter localizeNode
1 parent a5988ed commit af015f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const plugin = (options = {}) => {
149149
throw new Error('Unexpected comma (",") in :local block');
150150
}
151151

152-
const selector = localizeNode(node.first, node.spaces);
152+
const selector = localizeNode(node.first);
153153
// move the spaces that were around the psuedo selector to the first
154154
// non-container node
155155
selector.first.spaces = node.spaces;

0 commit comments

Comments
 (0)