SafetyScreen-ui/node_modules/css-tree/lib/syntax/pseudo/slotted.js

8 lines
150 B
JavaScript
Raw Normal View History

2025-03-29 19:33:58 +08:00
module.exports = {
parse: function compoundSelector() {
return this.createSingleNodeList(
this.Selector()
);
}
};