We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eda3d commit 1cfebcbCopy full SHA for 1cfebcb
lib/core/utils/get-ancestry.js
@@ -28,7 +28,6 @@ function generateAncestry(node) {
28
count++;
29
if (sib === node) {
30
index = count;
31
- break;
32
}
33
34
nthChild = count > 1 ? `:nth-child(${index})` : '';
0 commit comments