From 1ab8877e6a6b3497fa3e6d375d02ba39c167fd42 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Fri, 22 Feb 2019 21:55:07 +0100 Subject: Document rem value (#104) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4401b2d..1f285b7 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,17 @@ This value determines the strength of font size resizing. The higher the factor, *Default value: `10`* +### Rem value (number) + +- SCSS, Sass & Stylus: `$rfs-rem-value` +- Less: `@rfs-rem-value` +- PostCSS: `remValue` + +The value of `1rem` in `px`. The value of `1rem` is typically `16px` but if the font size is changed for `html` the value of `1rem` changes. This variable can be used to change the default value but be careful with it because changing it could lead to unexpected behaviour, for example if additional CSS is loaded which expects `1rem` to be `16px`. + +*Default value: `16`* + + ### Two dimensional (boolean) - SCSS, Sass & Stylus: `$rfs-two-dimensional` -- cgit v1.2.3