From 077dca6bddd6e7120db2e7e0c3c350feb40cb529 Mon Sep 17 00:00:00 2001 From: Gleb Mikheev Date: Wed, 9 Dec 2015 00:03:44 +0300 Subject: [PATCH] readme.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 02be65e..d0d915b 100644 --- a/README.md +++ b/README.md @@ -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).