29 September, 2012

StyleTidy


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Rico Sta. Cruz | More scripts
github.com
MIT License 

Windows / Linux / Mac OS / BSD / Solaris
N/A
Unknown
September 29th, 2012, 19:26 GMT
C: \ Development Tools \ HTML and HTML5 Tools

It takes multi-line or chaotic CSS declarations and puts them all on 1 single line, or in the standard expanded view.

Style like:

#softpedia_id {
    color: blue;
    background: #161616;
}  .softpedia_class { border: none; }


and turns it into:

#softpedia_id   { color: blue;  background: #161616; }
.softpedia_class { border: none; }


or a more expanded version:

#softpedia_id {
    color: blue;
    background: #161616;


.softpedia_class {
    border: none;
}


Download button
Via: StyleTidy

0 Comment: