UNPKG

css-tree

Version:

A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations

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