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 'postcss.js')
-rw-r--r--postcss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/postcss.js b/postcss.js
index 80bbc12..0ef2e7b 100644
--- a/postcss.js
+++ b/postcss.js
@@ -112,7 +112,7 @@ module.exports = postcss.plugin('postcss-rfs', opts => {
}
});
- if (mediaQueryRules.length !== 0) {
+ if (mediaQueryRules.length > 0) {
// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
if (opts.safariIframeResizeBugFix) {
rule.append({