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:
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']
};