aslansky / css-sprite

css sprite generator
MIT License
733 stars 55 forks source link

feat: sprite-height/width functions #22

Closed intellix closed 10 years ago

intellix commented 10 years ago

Added sprite-height and sprite-width functions for being able to use sprite dimensions in calculations like:

.blah {
    margin-top: sprite-height($my-image) + 10px;
}
aslansky commented 10 years ago

Thanks a lot.