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