0

I need to deep-target all direct child divs of an element.

&:deep(>div) works, but produces these errors:

editor screenshot

first error says: } expected

second error says: at-rule or selector expected

&:deep(div) doesn't highlight as an error, but is not exactly what I need.

What's the right way to do this?

vch
  • 651
  • 5
  • 14
  • Try to target a class instead of HTML selector. More info here https://stackoverflow.com/questions/48032006/how-do-i-use-deep-or-or-v-deep-in-vue-js – LastM4N Apr 09 '22 at 11:09
  • yeah but I need to target multiple direct ancestor divs of various classes – vch Apr 09 '22 at 13:13

0 Answers0