| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/css-tree/lib/syntax/atrule/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/css-tree/lib/syntax/atrule/page.js |
module.exports = {
parse: {
prelude: function() {
return this.createSingleNodeList(
this.SelectorList()
);
},
block: function() {
return this.Block(true);
}
}
};
|