aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js')
-rw-r--r--vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js b/vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js
deleted file mode 100644
index 48a0570..0000000
--- a/vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js
+++ /dev/null
@@ -1,8 +0,0 @@
-export default {
- parse: {
- prelude: null,
- block() {
- return this.Block(true);
- }
- }
-};