Sha256: bdc265b9a8740ce12a9b4c3157f4d8ed45d40c2b380d8068ad10b7c1a4f11fe6
Contents?: true
Size: 637 Bytes
Versions: 11
Compression:
Stored size: 637 Bytes
Contents
/* Sprites -------------------------------------------------------------- */ // Compass can compile a folder of .png images into a single sprite image // place your images in a folder within you images folder, like "/icons" // This will compile to a set of classes for each sprite image you can @extend // .icons-sprite { background: url('images/icons-123456789.png') no-repeat; } .icons-new-selected { background-position: 0 0; } .icons-new { background-position: 0 -30px; } // for a full tutorial, see: http://compass-style.org/help/tutorials/spriting/ // @import "icons/*.png" // @include all-icons-sprites
Version data entries
11 entries across 9 versions & 1 rubygems