mirror of https://github.com/sveltejs/svelte
8 lines
72 B
8 lines
72 B
4 years ago
|
<strong>Red thing</strong>
|
||
6 years ago
|
|
||
4 years ago
|
<style>
|
||
|
strong {
|
||
|
color: red;
|
||
|
}
|
||
2 years ago
|
</style>
|