FLUJOS/VISUALIZACION/node_modules/css-tree/lib/syntax/pseudo/slotted.js
2025-11-07 00:06:12 +01:00

7 lines
150 B
JavaScript
Executable file

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