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:49:17 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-28 13:49:17 +0300
commit5239e940b4f65dfdb42211879fa69948174987af (patch)
treee81ce3204ab1f1db86d058add4983d189bf12fcf
parentbe39033711fcb9309d9b24046373d4087bebdbf9 (diff)
Update documentation
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1796ee2..1148b8e 100644
--- a/README.md
+++ b/README.md
@@ -74,10 +74,10 @@ 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
+### Minimum font size: <sub><sup>(in `px` or `rem`)</sup></sub> ###
+> **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