### Describe the bug Given a component like this ```svelte <style> :global { a, b { color: red; } } </style> ``` the generated css looks like this ```css /* :global {*/ /* (unused) a, b*/ { color: red; } /*}*/ ``` which is wrong because there's a block without a selector. ### Reproduction [REPL](https://svelte.dev/playground/hello-world?version=5.28.1#H4sIAAAAAAAAE22MQQrCMBRErxJmpRB0H4vgzjsYF2nzK4FvUpKvtZTcXYJ052pmHjOzIronweBKzEnNKbNXO_JByO-hMQamAnNbIcvUeg1Ab6vLNB3Km1ga612hf3xIUShKgUFXZGE622jFPDj1jtXaghWnVb95K0PilI3K5E8_VJtUG7vj9gANoY_ASH5RvWuICzyH6GFGx4XqF6qOHGTbAAAA) ### Logs ```shell - ``` ### System Info ```shell - ``` ### Severity annoyance