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-01-23 11:46:51 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-23 11:46:51 +0300
commitf2435d94b0cf49529da5f7e4e66c646ec89dc7f7 (patch)
treefc4efd7a37fd4db2f4555bbc61fe242cc3bdcd2b
parentda77d25fb0fa2b0465c362b67a11560ab0bba1d5 (diff)
Typo & less rfs referencev7.0.3
-rw-r--r--README.md6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9f9bcb0..49a9a4a 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ size** based on the dimensions of the monitor or device.
## What is RFS?
RFS (abbreviation for responsive font size) is the name of the algorithm behind the mixin. It's also used by
-[PostCSS RFS](https://github.com/MartijnCuppens/postcss-rfs).
+[PostCSS RFS](https://github.com/MartijnCuppens/postcss-rfs) and [Less RFS](https://github.com/MartijnCuppens/less-rfs).
## Advantages
-- Font sizes will **rescale for every screen width**, this prevents long words from being chopped off the screen on
+- Font sizes will **rescale for every screen or device**, this prevents long words from being chopped off the screen on
mobile devices.
- The minimum font size (configuration variable) will prevent the font size from becoming too small so readability can
be assured.
@@ -19,7 +19,7 @@ be assured.
![RFS](http://i.imgur.com/gJH6m6g.gif)
-## Instalation
+## Installation
You can use RFS in your project by installing it using a package manager (recommended):
**npm:**
diff --git a/package.json b/package.json
index 8e441fe..664a7a7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rfs",
- "version": "7.0.2",
+ "version": "7.0.3",
"description": "A scss-mixin for responsive font-sizes.",
"main": "scss/_rfs.scss",
"scripts": {