aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/data-patch.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/lib/data-patch.js')
-rw-r--r--vanilla/node_modules/css-tree/lib/data-patch.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/vanilla/node_modules/css-tree/lib/data-patch.js b/vanilla/node_modules/css-tree/lib/data-patch.js
deleted file mode 100644
index cd49cbe..0000000
--- a/vanilla/node_modules/css-tree/lib/data-patch.js
+++ /dev/null
@@ -1,6 +0,0 @@
-import { createRequire } from 'module';
-
-const require = createRequire(import.meta.url);
-const patch = require('../data/patch.json');
-
-export default patch;