mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
9 lines
113 B
HTML
9 lines
113 B
HTML
|
<div class='foo'>
|
||
|
<!-- html injected somehow -->
|
||
|
</div>
|
||
|
|
||
|
<style>
|
||
|
.foo :global(.bar) {
|
||
|
color: red;
|
||
|
}
|
||
|
</style>
|