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