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