H
H
HeBonpoc2014-08-09 22:33:09
css
HeBonpoc, 2014-08-09 22:33:09

LESS: is it possible to generate div>p>a rather than div pa?

I want to change the CSS generation rule when the rules are nested:

div{
  // стили
  p{
    // стили
    a{
      // стили
    }
  }
}

So for a the selector div pa will be generated, and I need it to be div>p>a.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question