Online CSS Optimizer looks interesting. I haven't played with it too much, but the idea is good. It would be better if they had a de-optimizer as well, so I could compress my style sheet for launch, and decompress it to work on it later.
But the idea is good. And sound.
Comments
flump
if you deselect the "compress style" option then it will layout the style in the normal way, like such:
selector {
color: red;
}
compress style option just puts each style on one line.
:)
Posted by: flump | May 12, 2004 11:36 AM