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-07-17 21:37:10 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-07-17 21:37:10 +0300
commit91e421e47a53a70503fac61d17acaa12fe54e804 (patch)
tree551dd36dfb102f45acc76b1ba8513017d9d1292a /README.md
parent5704654cdf59cc5d52f451d982a62385e8d8de61 (diff)
#14: safari iframe fix - documentation update fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea959b6..f7bcbe6 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,7 @@ No extra classes are generated.
> **Less:** `@rfs-safari-iframe-resize-bug-fix`
> **PostCSS:** `safariIframeResizeBugFix`
-Safari doesn't resize its font-size in an iframe if the iframe is resized. To fix this `min-width: 0vw` can be added and that's what happens if this option is enabled. See [#14](https://github.com/project-rfs/rfs/issues/14).
+Safari doesn't resize its font size in an iframe if the iframe is resized. To fix this `min-width: 0vw` can be added and that's what happens if this option is enabled. See [#14](https://github.com/project-rfs/rfs/issues/14).
*Default value: `false`*