NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/css-tree/lib/syntax/pseudo/slotted.js
2023-09-14 14:47:11 +08:00

8 lines
150 B
Java

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