@sheet foo {}
@sheet "foo" {}
The former feels natural, but this issue is whether we should also support the latter.
For precedent, @layer only supports the former:
<layer-name> = <ident> [ '.' <ident> ]*
https://www.w3.org/TR/css-cascade-5/#layer-names
...while @keyframes allows both (as equivalent values):
<keyframes-name> = <custom-ident> | <string>
https://drafts.csswg.org/css-animations-1/#keyframes