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@gmail.com>2019-02-22 23:55:07 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-22 23:55:07 +0300
commit1ab8877e6a6b3497fa3e6d375d02ba39c167fd42 (patch)
tree1ba985a05b3c50cddc607453a28c3ea0d1058014 /README.md
parentb7104cef13a028c7d240e640925b94aa8421470a (diff)
Document rem value (#104)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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 <sub><sup>(number)</sup></sub>
+
+- 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 <sub><sup>(boolean)</sup></sub>
- SCSS, Sass & Stylus: `$rfs-two-dimensional`