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
  • 5,856
  • 3
  • 52
  • 74

0 Answers0