I have a large css file and i want to convert all 6 digit hex code into shorthand 3 digit. Is there any online or offline tool to do so.
my purpose is to reduce css file size without making something wrong.
any other tips would be be appreciated to reduce css file size without affecting css output.
Edit:
As me_and suggested css drive compressor does the work
alt text http://easycaptures.com/fs/uploaded/443/7187499702.png
By my understanding, you’ll most likely lose colour information by converting it from 6-digit to 3-digit, so you’ll need to specify what conversion you want. Examples would be good.
Nonetheless, CSS Drive will do code compression for you. Or just try Google for “CSS compression” 🙂