HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/css-tree/lib/syntax/atrule/
Upload File :
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);
        }
    }
};