mirror of https://github.com/sveltejs/svelte
7 lines
62 B
7 lines
62 B
8 years ago
|
<div></div>
|
||
|
|
||
|
<style>
|
||
|
:global(div) {
|
||
|
color: red;
|
||
|
}
|
||
|
</style>
|