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:26:25 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-07-17 21:26:25 +0300
commit2352863ea353c152c59634e202541c2f358492ac (patch)
tree1f20d833d44b08e825f768b6da569f79321d7f34 /examples
parentc917e329fa89828ce151d2b5dfa1980f600914c5 (diff)
#14: safari iframe fix - PostCSS
Diffstat (limited to 'examples')
-rw-r--r--examples/postcss/gulp/gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/postcss/gulp/gulpfile.js b/examples/postcss/gulp/gulpfile.js
index fa67284..b80bdf2 100644
--- a/examples/postcss/gulp/gulpfile.js
+++ b/examples/postcss/gulp/gulpfile.js
@@ -10,6 +10,7 @@ const options = {
factor: 5,
class: false,
unitPrecision: 6,
+ safariIframeResizeBugFix: false,
remValue: 16,
propList: ['responsive-font-size', 'rfs']
};