0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/css/samples/omit-scoping-attribute-descendant-global-inner-class/input.html
Rich Harris f79e901429 bug fix
2017-07-02 09:22:36 -04:00

9 lines
113 B
HTML

<div class='foo'>
<!-- html injected somehow -->
</div>
<style>
.foo :global(.bar) {
color: red;
}
</style>