Answer the question
In order to leave comments, you need to log in
Is there an eCSStractor or equivalent for Webstorm?
Good afternoon. There is already a similar question on the toaster, but it was asked over 3 years ago and never got an answer. Is there any plugin for Webstorm, so that when a piece of html code is selected, it builds css classes
<div class="block">
<div class="block__image"></div>
<div class="block__content">
<div class="block__title"></div>
<div class="block__text"></div>
</div>
</div>
.block{}
.block__image{}
.block__content{}
.block__title{}
.block__text{}
.block{
&__image{}
&__content{}
&__title{}
&__text{}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question