aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/cjs/syntax/node/MediaFeatureRange.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/cjs/syntax/node/MediaFeatureRange.cjs')
-rw-r--r--vanilla/node_modules/css-tree/cjs/syntax/node/MediaFeatureRange.cjs11
1 files changed, 0 insertions, 11 deletions
diff --git a/vanilla/node_modules/css-tree/cjs/syntax/node/MediaFeatureRange.cjs b/vanilla/node_modules/css-tree/cjs/syntax/node/MediaFeatureRange.cjs
deleted file mode 100644
index 8be899f..0000000
--- a/vanilla/node_modules/css-tree/cjs/syntax/node/MediaFeatureRange.cjs
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-
-const featureRange = require('./common/feature-range.cjs');
-
-const name = 'MediaFeatureRange';
-const parse = featureRange.createParse(name);
-
-exports.generate = featureRange.generate;
-exports.structure = featureRange.structure;
-exports.name = name;
-exports.parse = parse;