Answer the question
In order to leave comments, you need to log in
Is there a plugin for PHPStorm like CSSfier in Brackets?
There is a CSSfier plugin for Brackets.
I'm looking for a similar one for PHPStorm.
The essence of the plugin: We copy HTML elements, and paste them into SCSS/SASS/LESS/CSS, we get a ready-made style structure at the output.
Example - how it works:
Copied from HTML
<div class="logo-block">
<span class="logo"></span>
<span class="domain-zone"></span>
</div>
.logo-block {
.logo {
}
.domain-zone {
}
}
Answer the question
In order to leave comments, you need to log in
Unfortunately, not yet.
But you can vote in the feature request:
https://youtrack.jetbrains.com/issue/WEB-19236
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question