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:
authorXhmikosR <xhmikosr@gmail.com>2020-10-20 12:24:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-10-20 12:27:24 +0300
commite49cce2843f8e5f00b4f17b2f75608deba93863a (patch)
tree0d3a60b4336425b653afafd77f17a3f75745a409 /postcss.js
parent0b3309bd669af2c463593f31bdf133c9b3b6289c (diff)
postcss.js: fix lint error
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({