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 28e9bc7..4cae5c5 100644
--- a/postcss.js
+++ b/postcss.js
@@ -17,7 +17,7 @@ const ENABLE_RFS_SELECTOR = '.enable-rfs';
module.exports = (opts = {}) => {
const rfs = new RfsClass(opts);
- // Get the options merged with defaults
+ // Get the merged options
opts = rfs.getOptions();
const mediaQuery = rfs.renderMediaQuery();