I have a bunch of images that have different dimensions. Compass is great with compiling all the files into a single sprite, generating classes from their filenames and applying the background-position to them.
Is it possible to have Compass also apply width and height properties to those generated classes?
$iconsWithDifferentDimensions-layout: smart;
@import "iconsWithDifferentDimensions/*.png";
@include all-iconsWithDifferentDimensions-sprites;