T
T
tvsjke2017-03-01 13:02:21
css
tvsjke, 2017-03-01 13:02:21

How to set up "auto-refactoring" css in sublime?

I'm not a coder, and all the time I get confused in the sequence of properties, that is, in one place I have

.selector {
color:
font-size:
...
margin:
}

and in another
.selector {
margin:
...
font-size:
color:
}

Is there some plugin that will do this (arrange in the correct uniform order) when building for me?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
display: block, 2017-03-01
@tvsjke

csscomb

E
Egor Zhivagin, 2017-03-01
@Krasnodar_etc

And why should they be in the same order?)) And which order is correct? Tell me, interesting
CSSComb can and will help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question