Skip to content

Commit dc00979

Browse files
committed
oups
1 parent 5d963a5 commit dc00979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ function consumeBlockContents(tokens, context, ignoreCloseCurlyBlock) {
751751
if (0 < declarations.length) {
752752
rules.push(getDeclarationsInSpecifiedOrder(declarations.splice(0)))
753753
}
754-
return list(rules, ' ', '<block-contents>')
754+
return list(rules, ' ', ['<block-contents>'])
755755
}
756756

757757
/**

0 commit comments

Comments
 (0)