• File: expression.js
  • Full Path: /var/www/imalireports/node_modules/css-tree/lib/syntax/function/expression.js
  • Date Modified: 11/01/2022 10:15 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)
    );
};