We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
localizeNode
1 parent 8a20522 commit 740c851Copy full SHA for 740c851
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