Skip to content

Commit

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

0 comments on commit c4b4c0d

Please sign in to comment.