1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/css-tree/lib/syntax/pseudo/has.js

8 lines
137 B
JavaScript

module.exports = {
parse: function() {
return this.createSingleNodeList(
this.SelectorList()
);
}
};