blob: f1483463a8228441409b326523f2ebd22c50970b [file] [log] [blame]
module.exports = {
parse: {
prelude: function() {
return this.createSingleNodeList(
this.MediaQueryList()
);
},
block: function() {
return this.Block(false);
}
}
};