• File: expression.js
  • Full Path: /var/www/sandbox/node_modules/css-tree/lib/syntax/function/expression.js
  • Date Modified: 02/20/2025 6:18 PM
  • File size: 184 bytes
  • MIME-type: text/plain
  • Charset: utf-8
// legacy IE function
// expression( <any-value> )
module.exports = function() {
    return this.createSingleNodeList(
        this.Raw(this.scanner.tokenIndex, null, false)
    );
};