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:20 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-01-28 13:42:20 +0300
commitc232788e646435860f050cb855ff53c13b380d46 (patch)
tree96c6ff46d507ab9cc254b232bb0204ad0d9b7dd9
parent4a9c6f0970ed1d77f9a78ee155939585f1032faa (diff)
Update documentation
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index baa523e..c93853b 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ The `rfs()` can also be used alias instead of `responsive-font-size()`.
> 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.