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> <script>
let name = 'World'; let name = 'world';
</script> </script>
<h1>Hello, {name}!</h1> <h1>Hello {name}!</h1>

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

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

@ -2,4 +2,4 @@
<link rel="stylesheet" href="tutorial/dark-theme.css"> <link rel="stylesheet" href="tutorial/dark-theme.css">
</svelte:head> </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> <style>
/* Write your CSS here */ /* Write your CSS here */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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