J
J
jertik22018-03-09 12:21:10
Sass
jertik2, 2018-03-09 12:21:10

Is it possible to convert CSS to SASS like this?

Have CSS

.block {
    color: #fff;
}

.block__elem {
    color: #000
}

I want to get
.block
    color: #fff
    &__elem
        color: #000

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question