compass-sprite

Crates.iocompass-sprite
lib.rscompass-sprite
version0.0.3
sourcesrc
created_at2015-04-18 15:06:55.838709
updated_at2015-12-11 23:58:10.571132
descriptionImplement sprites for CSS usage on a web page
homepagehttps://github.com/compass-rs/sprite
repositoryhttps://github.com/compass-rs/sprite.git
max_upload_size
id1891
size12,577
Marius S (winding-lines)

documentation

README

sprite

Work in progress towards implementing Compass' sprite helpers: http://compass-style.org/reference/compass/helpers/sprites/

[Travis build status:] (https://travis-ci.org/compass-rs/sprite) ![Travis build status] (https://travis-ci.org/compass-rs/sprite.svg?branch=master)

Documentation: http://compass-rs.github.io/sprite/

This is work in progress. To test that it works run the examples

cargo run --example build-sprite data/my-icons/

Running `target/debug/examples/build-sprite data/my-icons/`

.edit3 {
  background-url: url('/imagesbuild-sprite-out/sprite.png') -64px 0 no-repeat;
 }

.edit1 {
  background-url: url('/imagesbuild-sprite-out/sprite.png') 0 0 no-repeat;
 }

.edit2 {
  background-url: url('/imagesbuild-sprite-out/sprite.png') -32px 0 no-repeat;
 }
Commit count: 18

cargo fmt