Skip to content

Commit

Permalink
add walkContext for MediaQueryList (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 14, 2017
1 parent 735e01d commit 0faab2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/syntax/node/MediaQueryList.js
Expand Up @@ -29,5 +29,6 @@ module.exports = {
},
generate: function(node) {
return this.eachComma(node.children);
}
},
walkContext: 'atruleExpression'
};

0 comments on commit 0faab2b

Please sign in to comment.