mirror of https://github.com/sveltejs/svelte
12 lines
105 B
12 lines
105 B
8 years ago
|
<div class="test">
|
||
|
<div>
|
||
|
Testing...
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<style>
|
||
|
.test > div {
|
||
|
color: #0af;
|
||
|
}
|
||
|
</style>
|