D
D
DimaDolgoter2018-08-04 18:05:51
css
DimaDolgoter, 2018-08-04 18:05:51

Is there a plugin for stripping classes from html and putting them in less?

So that I write html like

<div class="block">
<div class="block__item">item</div>
<div class="block__item">item</div>
<div class="block__item">item</div>
</div>

and it wrote to me in less
.block{
   &__item{
}

}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyach Gor, 2018-08-05
@sharnirio

if for sublime then e​CSStractor

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question