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:36:29 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-07-17 21:36:29 +0300
commit5704654cdf59cc5d52f451d982a62385e8d8de61 (patch)
tree1757594e66e2bf74bc66c1dbb86710d9abdc6acc /README.md
parent27c5ef73d4ec87204d291f11b019819f1222a9bd (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 b16845a..ea959b6 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`*