Skip to content

Commit

Permalink
fix missing reference after wrong rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed May 6, 2024
1 parent d3103b4 commit 1b2e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/calculate.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const calculateSelectorNode = (selectorNode) => {
case '-webkit-any':
case 'any':
if (child.children) {
specificity.b += 1;
b += 1;
}
break;

Expand Down

0 comments on commit 1b2e844

Please sign in to comment.