Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Mikheev committed Dec 8, 2015
1 parent 91e9c6e commit 077dca6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
# PostCSS Easysprite [![Build Status][ci-img]][ci]
[PostCSS] plugin that generate sprites, properly (inspired by postcss-sprites).
[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/glebmachine/postcss-easysprite.svg
[ci]: https://travis-ci.org/glebmachine/postcss-easysprite

## *Disclaimer!*
Plugin in alpha version. Use it on your own risk!
Fill free to file an issue / feature request

[ci-img]: https://travis-ci.org/glebmachine/postcss-easysprites.svg
[ci]: https://travis-ci.org/glebmachine/postcss-easysprites

## Usage
Just append `#spritename` to the end of image url. No complicated mechanism or strict folder structure. Just one simple hash
Just append `#spritename` to the end of image url. No complicated mechanism or strict folder structure.

## Retina
Plugin moving all retina images, with any ratio to separate sprite. To achieve this all retina images should be declarated with `@2x` suffix (where number is image ratio).
Expand Down

0 comments on commit 077dca6

Please sign in to comment.