aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/syntax/function/expression.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/lib/syntax/function/expression.js')
-rw-r--r--vanilla/node_modules/css-tree/lib/syntax/function/expression.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/vanilla/node_modules/css-tree/lib/syntax/function/expression.js b/vanilla/node_modules/css-tree/lib/syntax/function/expression.js
deleted file mode 100644
index 040f826..0000000
--- a/vanilla/node_modules/css-tree/lib/syntax/function/expression.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// legacy IE function
-// expression( <any-value> )
-export default function() {
- return this.createSingleNodeList(
- this.Raw(null, false)
- );
-}