/postcss-sprite

PostCSS plugin to create a sprite from background-images and replace them.

Primary LanguageJavaScriptMIT LicenseMIT

PostCSS Sprites Build Status

PostCSS plugin to create a sprite from background-images and replace them.

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-sprites') ])

See PostCSS docs for examples for your environment.