📄 selectorList.js
/home/palash/git/site/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js
Language: js • Lines: 7
module.exports = {
    parse: function selectorList() {
        return this.createSingleNodeList(
            this.SelectorList()
        );
    }
};