N
N
Nicholas2018-04-23 14:04:29
phpstorm
Nicholas, 2018-04-23 14:04:29

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>

Embed in SCSS
.logo-block {
  
    .logo {
    
    }
    .domain-zone {
    
    }
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Melnikov, 2019-02-18
@Vmelnikoff

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 question

Ask a Question

731 491 924 answers to any question