Files
mooknote_web/node_modules/css-tree/lib/syntax/pseudo/has.js
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

8 lines
137 B
JavaScript

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