Sha256: a795a386ea669834700e1715051d2ccbcfcc63082de42231e60e7d344b686686
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 Bytes
Contents
@import "flag/*.png"; @import "emblem/*.png"; .flag-sprite { width: image-width("flag/us.png"); height: image-height("flag/us.png"); padding: 0; } .emblem-sprite { width: image-width("emblem/favorite.png"); height: image-height("emblem/favorite.png"); padding: 0; } #flags { @include sprites($flag-sprites, us de ca au cn cz nz jp scotland tw rs gb, $flag-sprite-base-class, $prefix: false); } #emblems { @include all-emblem-sprites($prefix: false); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-sourcemaps-0.12.3.sourcemaps.a4836f1 | examples/compass/src/sprites.scss |
compass-sourcemaps-0.12.2.sourcemaps.57a186c | examples/compass/src/sprites.scss |