We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
localizeNode
1 parent a5988ed commit af015f1Copy full SHA for af015f1
src/index.js
@@ -149,7 +149,7 @@ const plugin = (options = {}) => {
149
throw new Error('Unexpected comma (",") in :local block');
150
}
151
152
- const selector = localizeNode(node.first, node.spaces);
+ const selector = localizeNode(node.first);
153
// move the spaces that were around the psuedo selector to the first
154
// non-container node
155
selector.first.spaces = node.spaces;
0 commit comments