projecte_ionic/node_modules/css-tree/lib/syntax/pseudo/slotted.js
2022-02-09 18:30:03 +01:00

7 lines
150 B
JavaScript
Executable file

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