0

What does >>> selector mean when used in CSS styles like in the examples below ?

<style lang="css" scoped>

.v-text-field >>> input {
    font-size: 0.8em;
    font-weight: 100;
}
.v-text-field >>> button {
    font-size: 0.8em;
}
</style>
DevonDahon
  • 7,460
  • 6
  • 69
  • 114

0 Answers0