mirror of https://github.com/sveltejs/svelte
parent
c2b05886ed
commit
bc9b72ceac
@ -1,5 +1,7 @@
|
|||||||
|
<strong>Blue thing</strong>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
strong { color: blue; }
|
strong {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<strong>blue thing</strong>
|
|
||||||
@ -1,5 +1,7 @@
|
|||||||
|
<strong>Green thing</strong>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
strong { color: green; }
|
strong {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<strong>green thing</strong>
|
|
||||||
@ -1,5 +1,7 @@
|
|||||||
|
<strong>Red thing</strong>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
strong { color: red; }
|
strong {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<strong>red thing</strong>
|
|
||||||
Loading…
Reference in new issue