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 Cuppens <martijn.cuppens@intracto.com>2018-02-01 00:29:53 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-02-01 00:29:53 +0300
commitd48790c7151a5d185759ebe15773f52cdcbaed5a (patch)
tree15d306c19653433e2588ad4f1873c3bbcc85d80e
parentd2f207dcaa4fb818f438cb8e9928c0c8e7c454d7 (diff)
Update readme intro
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88690d2..efd9424 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,12 @@
[npm-image]: https://img.shields.io/npm/v/rfs.svg
[npm-url]: https://npmjs.org/package/rfs
-> RFS (abbreviation for responsive font size) is an algorithm which **automatically calculates the appropriate font size** based on the dimensions of the monitor or device. It's available in 5 languages: [SCSS](http://sass-lang.com/), [Sass](http://sass-lang.com/), [PostCSS](http://postcss.org/), [Less](http://lesscss.org/) & [Stylus](http://stylus-lang.com/)
+> RFS (abbreviation for responsive font size) is an algorithm which **automatically calculates the appropriate font size** based on the dimensions of the monitor or device. It's available in 5 languages:
+> - [SCSS](http://sass-lang.com/)
+> - [Sass](http://sass-lang.com/)
+> - [PostCSS](http://postcss.org/)
+> - [Less](http://lesscss.org/)
+> - [Stylus](http://stylus-lang.com/)
## Advantages
- Font sizes will **rescale for every screen or device**, this prevents long words from being chopped off the screen on mobile devices.