Skip to content

Commit 22d56e8

Browse files
committed
tidy up
1 parent af7ebb0 commit 22d56e8

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/css

1 file changed

+1
-0
lines changed

packages/svelte/src/compiler/phases/2-analyze/css/css-prune.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function get_relative_selectors(node) {
108108
has_explicit_nesting_selector = true;
109109
}
110110
});
111+
111112
// if we found one we can break from the others
112113
if (has_explicit_nesting_selector) break;
113114
}

0 commit comments

Comments
 (0)