CSS all bunched up - quick way to fix "layout"?
Posted: Wed Sep 10, 2014 3:47 am
I have been given a CSS file, and need to go through it to strip out the classes not needed.
But it's all completely bunched up, with hardly any spaces and no 'returns'.
Is there a little tool that can go thru it in a second, and make it layout correctly?
So it isn't like this....
But it's all completely bunched up, with hardly any spaces and no 'returns'.
Is there a little tool that can go thru it in a second, and make it layout correctly?
So it isn't like this....
Code: Select all
.logo-icon{float:left;width:50%}}.error-page-content .logo-icon img{display:block;max-width:100%;height:auto}.error-page-content p,.error-page-content span,.error-page-content a{font-weight:bold;font-size:16px;color:#ed1c24}.error-page-content a{text-decoration:underline}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none}.noUi-base{display:none;visibility:hidden}.noUi-base:first-child.....