diff options
Diffstat (limited to 'vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js')
| -rw-r--r-- | vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js b/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js deleted file mode 100644 index b964704..0000000 --- a/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js +++ /dev/null @@ -1,8 +0,0 @@ -export default { - parse: { - prelude: null, - block(nested = false) { - return this.Block(nested); - } - } -}; |
