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:
-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