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, 6 insertions, 0 deletions
diff --git a/vanilla/node_modules/css-tree/lib/data-patch.js b/vanilla/node_modules/css-tree/lib/data-patch.js
new file mode 100644
index 0000000..cd49cbe
--- /dev/null
+++ b/vanilla/node_modules/css-tree/lib/data-patch.js
@@ -0,0 +1,6 @@
+import { createRequire } from 'module';
+
+const require = createRequire(import.meta.url);
+const patch = require('../data/patch.json');
+
+export default patch;