[This](https://svelte.technology/repl?version=1.44.1&gist=520041a3403b323f4290738b30d7073a)... ```html <div class=""></div> <style> .x { color: red; } </style> ``` ...results in an error: > Cannot read property 'type' of undefined
This...
...results in an error: