B
B
Blyyya2015-02-28 18:26:40
css
Blyyya, 2015-02-28 18:26:40

How to rebuild single line CSS code in Sublime?

How in Sublime from one line of code 58300a739dc845fb8381bb262214fd8f.png
to expand or rebuild into a multi-line version b13002ad699f412484994810bb577a98.png
of what plugin or button combination is?
for the reverse action there is a Minifier plugin

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
loopi, 2015-02-28
@loopi

HTML-CSS-JS Prettify
Shift+Cmd+H

I
IllusionTurtle, 2015-02-28
@IllusionTurtle

1) if I'm not confused: CSScomb , yes node.js is needed
or
2) replace " ; " with " ;\n "

A
Alexander Tsymbal, 2015-02-28
@AlexanderTsymbal

the best option is to run through the standard "
Find and Replace" Press Ctrl + H (display the search and replace panel), press Alt + R (turn on the regular expression mode)
Stage 1: search ;, replace with ;\n
stage 2: search {, replace with {\n
stage 3: search }, replace with}\n

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question