mirror of https://github.com/sveltejs/svelte
9 lines
99 B
9 lines
99 B
8 years ago
|
<div>
|
||
|
<!-- html injected somehow -->
|
||
|
</div>
|
||
|
|
||
|
<style>
|
||
|
div > :global(p) {
|
||
|
color: red;
|
||
|
}
|
||
|
</style>
|