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-04-03 09:43:28 +0300
committerGitHub <noreply@github.com>2019-04-03 09:43:28 +0300
commitec2b22b4f33ccf65f1e45dc173007435d0d9d593 (patch)
tree87032bd91d848c91771ac23ddf4b65de1f3316fc /README.md
parent62fef1741002bcea44b10e88255e6526ff7b5a7d (diff)
Remove font size mixin docs stylus (#132)
* Remove font-size mixin in docs for stylus See https://github.com/twbs/rfs/pull/129#issuecomment-477926416 for additional info
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index bcaf847..20bfb14 100644
--- a/README.md
+++ b/README.md
@@ -143,13 +143,12 @@ project/
@import "../node_modules/rfs/stylus";
.title
- font-size(4rem)
- // or
responsive-font-size(64px)
// or
rfs(64)
```
+Note the `font-size` mixin can not be used to set the font size. That is because a `font-size()` mixin would override the `font-size` property. See [129#issuecomment-477926416](https://github.com/twbs/rfs/pull/129#issuecomment-477926416) for more info.
### Generated css