D
D
Demigodd2019-01-27 09:40:02
css
Demigodd, 2019-01-27 09:40:02

How to select a child element in less during hover?

There is this code

.header {
// some code..

  &__logo {
    // some code..

   &__logo-children {
    // some code..
   }
   
    &:hover {
      // Как тут выбрать элемент logo-children ?
    }
  }
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Henxed, 2019-01-27
@Demigodd

scss and less are the same in this case

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question