Files
dealplustech/dealplustech-astro/node_modules/css-tree/lib/syntax/function/expression.js
2026-03-02 12:35:14 +07:00

8 lines
156 B
JavaScript

// legacy IE function
// expression( <any-value> )
export default function() {
return this.createSingleNodeList(
this.Raw(null, false)
);
}