mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
12 lines
105 B
HTML
12 lines
105 B
HTML
<div class="test">
|
|
<div>
|
|
Testing...
|
|
</div>
|
|
</div>
|
|
|
|
<style>
|
|
.test > div {
|
|
color: #0af;
|
|
}
|
|
</style>
|