NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/css-tree/lib/syntax/function/expression.js

8 lines
184 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
// legacy IE function
// expression( <any-value> )
module.exports = function() {
return this.createSingleNodeList(
this.Raw(this.scanner.tokenIndex, null, false)
);
};