aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs')
-rw-r--r--vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs9
1 files changed, 0 insertions, 9 deletions
diff --git a/vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs b/vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs
deleted file mode 100644
index 95c8f7d..0000000
--- a/vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-
-const index = require('../node/index.cjs');
-
-const config = {
- node: index
-};
-
-module.exports = config;