CSS Compression & SASS Generator
I’ve just added two new features to the css sprites generator.
First, CSS Compression: this has been asked many times on the reddit’s the feedback threads.
As far as my tests went, my simple javascript compressor is as powerfull as the online YUI CSS Compressor.
I copied the output compressed CSS from css-sprit.es and pasted in the YUI Online Compressor here is the result :
before 1458 after 1458 compression ratio: 0%
So there is no gain compared to my simple CSS Compressor for this particular use.
On the second hand I’ve added SASS template generation support to the CSS Sprite builder. You will now be able to choose SASS in the new “Stylesheets lang” option menu.
902 views 0 Comments