Komponen anak CSS VUE SCOPED

<style scoped>
  :deep(.child-selector) {
    /* styles */
  }
</style>
Lucky Lyrebird