We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
localizeNode
1 parent 716b3ed commit 677df7fCopy full SHA for 677df7f
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