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