Answer the question
In order to leave comments, you need to log in
How to copy all html classes to scss?
How from this
<div class="tooltip">
<div class="tooltip__wrapper">
<div class="tooltip__content">
<span class="tooltip__text">
текст
</span>
<button type="button" class="tooltip__close">
</button>
</div>
</div>
</div>
.tooltip{
&__wrapper{}
&__content{}
&__text{}
&__close{}
}
Answer the question
In order to leave comments, you need to log in
For your IDE, there seems to be a MarkupToSCSS plugin ( https://plugins.jetbrains.com/plugin/8267-markup-t... ), I, for example, use eCSStractor in VSCode, which is analogous.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question