aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs')
-rw-r--r--vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs11
1 files changed, 0 insertions, 11 deletions
diff --git a/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs b/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs
deleted file mode 100644
index 7839128..0000000
--- a/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-
-const atrulePrelude = require('./atrulePrelude.cjs');
-const selector = require('./selector.cjs');
-const value = require('./value.cjs');
-
-
-
-exports.AtrulePrelude = atrulePrelude;
-exports.Selector = selector;
-exports.Value = value;