AdamBrodzinski / Retina-Sprites-for-Compass

A mixin for creating retina sprites with hover & active states
MIT License
233 stars 35 forks source link

Removing padding option #26

Open novascreen opened 11 years ago

novascreen commented 11 years ago

Can anyone tell me if, when and how they are using the padding option? I've never used it and don't see what it might be used for. Maybe I'll be enlightened, otherwise i'd suggest to remove it.

One thing i was thinking is that i use * { box-sizing: border-box; } on most projects, so the padding won't even add to the dimensions.