Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn <martijn.cuppens@intracto.com>2017-06-19 22:44:05 +0300
committerMartijn <martijn.cuppens@intracto.com>2017-06-19 22:44:05 +0300
commit41ee844f08849340b1802e8bf2081a01a82c4d3a (patch)
treed146eb406cf5186033db1bab779419a19f01583c
parentf53e262fa486a18b05cb2c53cabc421f68d3f926 (diff)
parente551899b108940faa7b97aeb8779d7ac3184e087 (diff)
Merge branch 'master' of github.com:MartijnCuppens/rfs
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc2884f..f2090ce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# RFS
+# RFS [![npm][npm-image]][npm-url]
+[npm-image]: https://img.shields.io/npm/v/rfs.svg
+[npm-url]: https://npmjs.org/package/rfs
## About
RFS stands for Responsive Font-Size, easy to remember, easy to use. It’s a desktop-first approach which automatically calculates the correct font-size for every screen width. Desktop-first approach means you just have got to define your font-size for big screens and the font-size will automatically decrease for smaller screens. RFS is a SCSS-mixin which generates the responsive css for you.