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
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rfs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfs.js b/lib/rfs.js
index 3cae1ee..706354b 100644
--- a/lib/rfs.js
+++ b/lib/rfs.js
@@ -90,7 +90,7 @@ module.exports = class {
return match;
}
- // Multiply by remValue if value is in rem
+ // Convert to px if in rem
if (unit === 'rem') {
value *= this.opts.remValue;
}