NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/css-tree/lib/syntax/pseudo/common/nth.js
2023-09-14 14:47:11 +08:00

10 lines
183 B
Java

var DISALLOW_OF_CLAUSE = false;
module.exports = {
parse: function nth() {
return this.createSingleNodeList(
this.Nth(DISALLOW_OF_CLAUSE)
);
}
};