芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/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); } } };