T
T
Think With Your Head2015-10-07 17:25:01
css
Think With Your Head, 2015-10-07 17:25:01

Is there a sublime plugin that creates a structure for css/scss from html markup?

Hello!
It is necessary that from the view code:

<div class="block">
    <div class="block-el">
      <div class="block-el__mod">
      </div>
   </div>
</div>

created this scss:
.block {
   &-el {
       &__mod
    }
}

or at least similar css
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Volintsev, 2015-10-07
@Vyad

online utilities:
lab.xms.pl/css-generator
primercss.com
www.bearcss.com
beecss.theextremewebdesigns.com

A
Andrey, 2015-10-15
@AndreyMyagkov

Tags for Sublime 3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question