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:41:26 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-28 13:41:26 +0300
commit4a9c6f0970ed1d77f9a78ee155939585f1032faa (patch)
tree4f1b2481ea26e319f6bd3ce73dd4656552445fa2
parent32e7a630407cf4b9379b4da088599ed5e1b3135f (diff)
Update documentation
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 461ff07..baa523e 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
dynamic rescaling, with `responsive-font-size(10)` it will just stay `10px` all the time.