Take back changes that weren't related to the pull request.

pull/6213/head
Babak F 5 years ago
parent a852fc10fb
commit e22c4bfcd8

@ -1,5 +1,5 @@
<script>
let name = 'World';
let name = 'world';
</script>
<h1>Hello, {name}!</h1>
<h1>Hello {name}!</h1>

@ -12,8 +12,5 @@
</div>
<style>
div {
width: 100%;
height: 100%;
}
div { width: 100%; height: 100%; }
</style>

@ -7,8 +7,5 @@
</div>
<style>
div {
width: 100%;
height: 100%;
}
div { width: 100%; height: 100%; }
</style>

@ -2,4 +2,4 @@
<link rel="stylesheet" href="tutorial/dark-theme.css">
</svelte:head>
<h1>Hello, World!</h1>
<h1>Hello world!</h1>

@ -1,4 +1,4 @@
<p>Hello, Svelte!</p>
<p>This is a paragraph.</p>
<style>
/* Write your CSS here */

@ -1,4 +1,4 @@
<p>Hello, Svelte!</p>
<p>This is a paragraph.</p>
<style>
p {

@ -1,4 +1,4 @@
<p>Hello, Svelte!</p>
<p>This is a paragraph.</p>
<style>
p {

@ -1 +1 @@
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

@ -2,7 +2,7 @@
import Nested from './Nested.svelte';
</script>
<p>Hello, Svelte!</p>
<p>This is a paragraph.</p>
<Nested/>
<style>

@ -1 +1 @@
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

@ -12,8 +12,5 @@
</div>
<style>
div {
width: 100%;
height: 100%;
}
div { width: 100%; height: 100%; }
</style>

@ -12,8 +12,5 @@
</div>
<style>
div {
width: 100%;
height: 100%;
}
div { width: 100%; height: 100%; }
</style>

@ -12,8 +12,5 @@
</div>
<style>
div {
width: 100%;
height: 100%;
}
div { width: 100%; height: 100%; }
</style>

@ -7,8 +7,5 @@
</div>
<style>
div {
width: 100%;
height: 100%;
}
div { width: 100%; height: 100%; }
</style>

@ -8,8 +8,5 @@
{@html marked(value)}
<style>
textarea {
width: 100%;
height: 200px;
}
textarea { width: 100%; height: 200px; }
</style>

@ -8,8 +8,5 @@
{@html marked(value)}
<style>
textarea {
width: 100%;
height: 200px;
}
textarea { width: 100%; height: 200px; }
</style>

@ -15,13 +15,7 @@
</div>
<style>
input {
display: block;
}
div {
display: inline-block;
}
span {
word-break: break-all;
}
input { display: block; }
div { display: inline-block; }
span { word-break: break-all; }
</style>

@ -15,13 +15,7 @@
</div>
<style>
input {
display: block;
}
div {
display: inline-block;
}
span {
word-break: break-all;
}
input { display: block; }
div { display: inline-block; }
span { word-break: break-all; }
</style>

@ -2,4 +2,4 @@
<!-- elements go here -->
</svelte:head>
<h1>Hello, World!</h1>
<h1>Hello world!</h1>

@ -2,4 +2,4 @@
<link rel="stylesheet" href="tutorial/dark-theme.css">
</svelte:head>
<h1>Hello, World!</h1>
<h1>Hello world!</h1>
Loading…
Cancel
Save