Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/postprocessor.js')
-rw-r--r--src/nodejs/postprocessor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodejs/postprocessor.js b/src/nodejs/postprocessor.js
index 1e3af99..addb2d5 100644
--- a/src/nodejs/postprocessor.js
+++ b/src/nodejs/postprocessor.js
@@ -75,7 +75,7 @@ module.exports = function (opts) {
throw new Error('hoverSelectorPrefix option must be a string');
}
- css.eachAtRule('media', function (atRule) {
+ css.walkAtRules('media', function (atRule) {
var mediaType = mediaTypeIfSimpleHoverHover(atRule);
switch (mediaType) {
case 'all':