Skip to content

Commit 0a03626

Browse files
authored
Apply suggestions from code review
1 parent 9b0bf77 commit 0a03626

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
@@ -218,7 +218,7 @@ function rewriteSelector(
218218
}
219219
}
220220
// v- store this
221-
// .foo * -> .foo[xxxxxxx] *[xxxxxxx]
221+
// .foo * -> .foo[xxxxxxx] [xxxxxxx]
222222
starNode = n
223223
}
224224

0 commit comments

Comments
 (0)