diff options
Diffstat (limited to 'vanilla/node_modules/css-tree/cjs/syntax/function/expression.cjs')
| -rw-r--r-- | vanilla/node_modules/css-tree/cjs/syntax/function/expression.cjs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vanilla/node_modules/css-tree/cjs/syntax/function/expression.cjs b/vanilla/node_modules/css-tree/cjs/syntax/function/expression.cjs deleted file mode 100644 index 5a8967c..0000000 --- a/vanilla/node_modules/css-tree/cjs/syntax/function/expression.cjs +++ /dev/null @@ -1,11 +0,0 @@ -'use strict'; - -// legacy IE function -// expression( <any-value> ) -function expressionFn() { - return this.createSingleNodeList( - this.Raw(null, false) - ); -} - -module.exports = expressionFn; |
