Skip to content

Commit fa27530

Browse files
committed
Add deep selector test
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 541e0e4 commit fa27530

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/src/views/MainView.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,9 @@ export default {
4444
<style lang="scss" scoped>
4545
html {
4646
background-color: red;
47+
48+
:deep(.test) {
49+
background-color: blue;
50+
}
4751
}
4852
</style>

0 commit comments

Comments
 (0)