From e22c4bfcd8700af304c1c8a5dc741bf98cdb2370 Mon Sep 17 00:00:00 2001 From: Babak F Date: Thu, 22 Apr 2021 08:24:22 -0700 Subject: [PATCH] Take back changes that weren't related to the pull request. --- .../00-introduction/00-hello-world/App.svelte | 4 ++-- .../examples/04-events/00-dom-events/App.svelte | 5 +---- .../examples/04-events/01-inline-handlers/App.svelte | 5 +---- .../17-special-elements/05-svelte-head/App.svelte | 2 +- .../01-introduction/04-styling/app-a/App.svelte | 2 +- .../01-introduction/04-styling/app-b/App.svelte | 2 +- .../05-nested-components/app-a/App.svelte | 2 +- .../05-nested-components/app-a/Nested.svelte | 2 +- .../05-nested-components/app-b/App.svelte | 2 +- .../05-nested-components/app-b/Nested.svelte | 2 +- .../05-events/01-dom-events/app-a/App.svelte | 7 ++----- .../05-events/01-dom-events/app-b/App.svelte | 7 ++----- .../05-events/02-inline-handlers/app-a/App.svelte | 7 ++----- .../05-events/02-inline-handlers/app-b/App.svelte | 7 ++----- .../06-bindings/05-textarea-inputs/app-a/App.svelte | 5 +---- .../06-bindings/05-textarea-inputs/app-b/App.svelte | 5 +---- .../06-bindings/11-dimensions/app-a/App.svelte | 12 +++--------- .../06-bindings/11-dimensions/app-b/App.svelte | 12 +++--------- .../06-svelte-head/app-a/App.svelte | 2 +- .../06-svelte-head/app-b/App.svelte | 2 +- 20 files changed, 29 insertions(+), 65 deletions(-) diff --git a/site/content/examples/00-introduction/00-hello-world/App.svelte b/site/content/examples/00-introduction/00-hello-world/App.svelte index 959606a7af..22b3c84db0 100644 --- a/site/content/examples/00-introduction/00-hello-world/App.svelte +++ b/site/content/examples/00-introduction/00-hello-world/App.svelte @@ -1,5 +1,5 @@ -

Hello, {name}!

\ No newline at end of file +

Hello {name}!

\ No newline at end of file diff --git a/site/content/examples/04-events/00-dom-events/App.svelte b/site/content/examples/04-events/00-dom-events/App.svelte index 77d9f95e82..de1f664112 100644 --- a/site/content/examples/04-events/00-dom-events/App.svelte +++ b/site/content/examples/04-events/00-dom-events/App.svelte @@ -12,8 +12,5 @@ \ No newline at end of file diff --git a/site/content/examples/04-events/01-inline-handlers/App.svelte b/site/content/examples/04-events/01-inline-handlers/App.svelte index 5f157cc0cf..36fed40a4f 100644 --- a/site/content/examples/04-events/01-inline-handlers/App.svelte +++ b/site/content/examples/04-events/01-inline-handlers/App.svelte @@ -7,8 +7,5 @@ \ No newline at end of file diff --git a/site/content/examples/17-special-elements/05-svelte-head/App.svelte b/site/content/examples/17-special-elements/05-svelte-head/App.svelte index 25942a978a..38089c9fdd 100644 --- a/site/content/examples/17-special-elements/05-svelte-head/App.svelte +++ b/site/content/examples/17-special-elements/05-svelte-head/App.svelte @@ -2,4 +2,4 @@ -

Hello, World!

\ No newline at end of file +

Hello world!

\ No newline at end of file diff --git a/site/content/tutorial/01-introduction/04-styling/app-a/App.svelte b/site/content/tutorial/01-introduction/04-styling/app-a/App.svelte index 7b29c5226c..672b0e96c7 100644 --- a/site/content/tutorial/01-introduction/04-styling/app-a/App.svelte +++ b/site/content/tutorial/01-introduction/04-styling/app-a/App.svelte @@ -1,4 +1,4 @@ -

Hello, Svelte!

+

This is a paragraph.

+ div { width: 100%; height: 100%; } + \ No newline at end of file diff --git a/site/content/tutorial/05-events/01-dom-events/app-b/App.svelte b/site/content/tutorial/05-events/01-dom-events/app-b/App.svelte index 54470a9a5e..de1f664112 100644 --- a/site/content/tutorial/05-events/01-dom-events/app-b/App.svelte +++ b/site/content/tutorial/05-events/01-dom-events/app-b/App.svelte @@ -12,8 +12,5 @@ + div { width: 100%; height: 100%; } + \ No newline at end of file diff --git a/site/content/tutorial/05-events/02-inline-handlers/app-a/App.svelte b/site/content/tutorial/05-events/02-inline-handlers/app-a/App.svelte index 54470a9a5e..de1f664112 100644 --- a/site/content/tutorial/05-events/02-inline-handlers/app-a/App.svelte +++ b/site/content/tutorial/05-events/02-inline-handlers/app-a/App.svelte @@ -12,8 +12,5 @@ + div { width: 100%; height: 100%; } + \ No newline at end of file diff --git a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte b/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte index 23094b206b..36fed40a4f 100644 --- a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte +++ b/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte @@ -7,8 +7,5 @@ + div { width: 100%; height: 100%; } + \ No newline at end of file diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte b/site/content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte index 05bf1eb43d..12ac68880c 100644 --- a/site/content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte +++ b/site/content/tutorial/06-bindings/05-textarea-inputs/app-a/App.svelte @@ -8,8 +8,5 @@ {@html marked(value)} \ No newline at end of file diff --git a/site/content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte b/site/content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte index 24d90fe1fb..7775ab6319 100644 --- a/site/content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/05-textarea-inputs/app-b/App.svelte @@ -8,8 +8,5 @@ {@html marked(value)} \ No newline at end of file diff --git a/site/content/tutorial/06-bindings/11-dimensions/app-a/App.svelte b/site/content/tutorial/06-bindings/11-dimensions/app-a/App.svelte index 652347099b..67bb5db8af 100644 --- a/site/content/tutorial/06-bindings/11-dimensions/app-a/App.svelte +++ b/site/content/tutorial/06-bindings/11-dimensions/app-a/App.svelte @@ -15,13 +15,7 @@ \ No newline at end of file diff --git a/site/content/tutorial/06-bindings/11-dimensions/app-b/App.svelte b/site/content/tutorial/06-bindings/11-dimensions/app-b/App.svelte index c4a5aab4d0..fbed44dadc 100644 --- a/site/content/tutorial/06-bindings/11-dimensions/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/11-dimensions/app-b/App.svelte @@ -15,13 +15,7 @@ \ No newline at end of file diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte b/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte index 827e59012c..2f5fed88cb 100644 --- a/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte +++ b/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte @@ -2,4 +2,4 @@ -

Hello, World!

\ No newline at end of file +

Hello world!

\ No newline at end of file diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte b/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte index 25942a978a..38089c9fdd 100644 --- a/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte +++ b/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte @@ -2,4 +2,4 @@ -

Hello, World!

\ No newline at end of file +

Hello world!

\ No newline at end of file