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