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-28 13:42:41 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-28 13:42:41 +0300
commitbe39033711fcb9309d9b24046373d4087bebdbf9 (patch)
tree94f182cc30c272a788f7367f0966fcb187c71c62
parentc232788e646435860f050cb855ff53c13b380d46 (diff)
Update documentation
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c93853b..1796ee2 100644
--- a/README.md
+++ b/README.md
@@ -75,9 +75,9 @@ The `rfs()` can also be used alias instead of `responsive-font-size()`.
![RFS visualisation](https://i.imgur.com/9YciUbb.png)
**Minimum font size:** (in `px` or `rem`)
-> SCSS, Sass & Stylus: $rfs-minimum-font-size
-> Less: @rfs-minimum-font-size
-> PostCSS: minimumFontSize
+> SCSS, Sass & Stylus: $rfs-minimum-font-size
+> Less: @rfs-minimum-font-size
+> PostCSS: minimumFontSize
Font sizes which are calculated by RFS will never be lower than this size. However, you can still pass a smaller font
size to RFS, but then RFS won't dynamically scale this font size. For example: `responsive-font-size(19)` will trigger