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

8 lines
135 B
JavaScript

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