Skip to content

Commit 92621b8

Browse files
authored
Apply suggestions from code review
1 parent 0a03626 commit 92621b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/style/pluginScoped.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function rewriteSelector(
217217
return false
218218
}
219219
}
220-
// v- store this
220+
// store the universal selector so it can be rewritten later
221221
// .foo * -> .foo[xxxxxxx] [xxxxxxx]
222222
starNode = n
223223
}

0 commit comments

Comments
 (0)