Is there a library for writing CSS automatically?

CSS Sprice can really help performance, but it's not the easiest thing to read and maintain. Are there any tools that would allow me to encode the images individually, and then summarize them and replace the HTML with the correct editing subset?

I specifically think about the Ruby on Rails plugin, but if there is a package for another language, I would be happy to port it.

+6
optimization css ruby ruby-on-rails
source share
3 answers

I have not tried, but image_bundle looks the way you want:

http://github.com/bartt/image_bundle/tree/master

+1
source share

Smartsprites

Give it a try.

+5
source share

image_bundle is for RMagick only. I am trying to transfer it to an image.

0
source share

All Articles