Files
skills-here-run-place/node_modules/css-tree/cjs/syntax/function/expression.cjs
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

12 lines
201 B
JavaScript

'use strict';
// legacy IE function
// expression( <any-value> )
function expressionFn() {
return this.createSingleNodeList(
this.Raw(null, false)
);
}
module.exports = expressionFn;