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

9 lines
113 B
HTML
Raw Normal View History

2017-07-02 15:22:36 +02:00
<div class='foo'>
<!-- html injected somehow -->
</div>
<style>
.foo :global(.bar) {
color: red;
}
</style>