Question

I am trying to modify a CSS file using Sublime Text 2, however, all the code is presented in one linebreaks with no line break whatsoever.

What can I do to change that into readable code?

Was it helpful?

Solution

Try using Code Beautifier. You input the code and it formats it for you. There are many other sites like this one so check around and see which one you like best.

If you want to use a Sublime Text plugin, try CSS Format by mutian.

EDIT: As said by Imran Bughio, CSS Beautify is another site like Code Beautifier.

EDIT 2: As noted by Beginner, CSSLisible is another option.

OTHER TIPS

Go to this site CSSLISIBLE. paste your css code and click Clean this code button..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top