hensei-web/node_modules/css-tree/lib/syntax/pseudo/lang.js
2020-09-11 06:44:42 -07:00

7 lines
135 B
JavaScript

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