NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/css-tree/lib/syntax/pseudo/has.js

8 lines
137 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.SelectorList()
);
}
};