blob: a9b0eb6ebe6b72238f1fe779a47c082b650b44da [file] [log] [blame]
export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.MediaQueryList()
);
},
block(isStyleBlock = false) {
return this.Block(isStyleBlock);
}
}
};