From ec2540787adcc299a140050ec9bb38aac320c79d Mon Sep 17 00:00:00 2001 From: BabakFP <44144724+babakfp@users.noreply.github.com> Date: Thu, 22 Apr 2021 09:05:13 -0700 Subject: [PATCH] Changing tutorial/example order from script-style-html to script-html-style (#6213) Also change button style in one tutorial --- .../00-introduction/02-styling/App.svelte | 6 +- .../03-nested-components/App.svelte | 8 +- .../04-events/00-dom-events/App.svelte | 10 +- .../04-events/01-inline-handlers/App.svelte | 10 +- .../CustomButton.svelte | 10 +- .../05-bindings/04-textarea-inputs/App.svelte | 10 +- .../05-bindings/06-select-bindings/App.svelte | 10 +- .../05-bindings/09-media-elements/App.svelte | 54 +++---- .../05-bindings/10-dimensions/App.svelte | 12 +- .../05-bindings/11-bind-this/App.svelte | 14 +- .../12-component-bindings/Keypad.svelte | 28 ++-- .../06-lifecycle/00-onmount/App.svelte | 28 ++-- .../06-lifecycle/02-update/App.svelte | 28 ++-- .../examples/06-lifecycle/03-tick/App.svelte | 6 +- .../examples/08-motion/00-tweened/App.svelte | 16 +-- .../examples/08-motion/01-spring/App.svelte | 12 +- .../03-custom-css-transitions/App.svelte | 24 ++-- .../10-animations/00-animate/App.svelte | 78 +++++----- .../examples/11-easing/00-easing/App.svelte | 60 ++++---- .../11-easing/00-easing/Controls.svelte | 133 +++++++++--------- .../examples/11-easing/00-easing/Grid.svelte | 28 ++-- .../examples/12-svg/01-clock/App.svelte | 78 +++++----- .../examples/12-svg/02-bar-chart/App.svelte | 74 +++++----- .../examples/12-svg/03-area-chart/App.svelte | 2 +- .../examples/12-svg/04-scatterplot/App.svelte | 20 +-- .../12-svg/04-scatterplot/Scatterplot.svelte | 2 +- .../12-svg/05-svg-transitions/App.svelte | 66 ++++----- .../examples/13-actions/00-actions/App.svelte | 22 +-- .../examples/14-classes/00-classes/App.svelte | 24 ++-- .../14-classes/01-class-shorthand/App.svelte | 14 +- .../15-composition/00-slots/Box.svelte | 10 +- .../01-slot-fallbacks/Box.svelte | 14 +- .../02-named-slots/ContactCard.svelte | 42 +++--- .../15-composition/03-slot-props/App.svelte | 28 ++-- .../04-conditional-slots/Profile.svelte | 24 ++-- .../15-composition/05-modal/Modal.svelte | 2 +- .../16-context/00-context-api/Map.svelte | 14 +- .../00-svelte-self/File.svelte | 6 +- .../00-svelte-self/Folder.svelte | 34 ++--- .../01-svelte-component/BlueThing.svelte | 10 +- .../01-svelte-component/GreenThing.svelte | 10 +- .../01-svelte-component/RedThing.svelte | 10 +- .../02-svelte-window/App.svelte | 24 ++-- .../03-svelte-window-bindings/App.svelte | 2 +- .../04-svelte-body/App.svelte | 26 ++-- .../01-module-exports/AudioPlayer.svelte | 16 +-- .../20-7guis/02-7guis-temperature/App.svelte | 20 +-- .../03-7guis-flight-booker/App.svelte | 16 +-- .../20-7guis/05-7guis-crud/App.svelte | 36 ++--- .../20-7guis/06-7guis-circles/App.svelte | 52 +++---- .../01-hacker-news/App.svelte | 22 +-- .../01-hacker-news/Comment.svelte | 26 ++-- .../01-hacker-news/Item.svelte | 32 ++--- .../01-hacker-news/List.svelte | 22 +-- .../01-hacker-news/Summary.svelte | 14 +- .../02-immutable-data/ImmutableTodo.svelte | 12 +- .../02-immutable-data/MutableTodo.svelte | 14 +- .../04-styling/app-a/App.svelte | 6 +- .../04-styling/app-b/App.svelte | 4 +- .../01-introduction/04-styling/text.md | 6 +- .../05-nested-components/app-a/App.svelte | 4 +- .../05-nested-components/app-a/Nested.svelte | 2 +- .../05-nested-components/app-b/App.svelte | 6 +- .../05-nested-components/app-b/Nested.svelte | 2 +- .../05-events/01-dom-events/app-a/App.svelte | 10 +- .../05-events/01-dom-events/app-b/App.svelte | 10 +- .../02-inline-handlers/app-a/App.svelte | 10 +- .../02-inline-handlers/app-b/App.svelte | 10 +- .../06-dom-event-forwarding/app-a/App.svelte | 2 +- .../app-a/CustomButton.svelte | 34 ++--- .../06-dom-event-forwarding/app-b/App.svelte | 2 +- .../app-b/CustomButton.svelte | 34 ++--- .../04-group-inputs/app-a/App.svelte | 2 +- .../04-group-inputs/app-b/App.svelte | 2 +- .../05-textarea-inputs/app-a/App.svelte | 10 +- .../05-textarea-inputs/app-b/App.svelte | 10 +- .../06-select-bindings/app-a/App.svelte | 14 +- .../06-select-bindings/app-b/App.svelte | 14 +- .../09-each-block-bindings/app-a/App.svelte | 12 +- .../09-each-block-bindings/app-b/App.svelte | 12 +- .../10-media-elements/app-a/App.svelte | 48 +++---- .../10-media-elements/app-b/App.svelte | 54 +++---- .../11-dimensions/app-a/App.svelte | 14 +- .../11-dimensions/app-b/App.svelte | 14 +- .../06-bindings/12-bind-this/app-a/App.svelte | 12 +- .../06-bindings/12-bind-this/app-b/App.svelte | 14 +- .../13-component-bindings/app-a/Keypad.svelte | 28 ++-- .../13-component-bindings/app-b/Keypad.svelte | 28 ++-- .../07-lifecycle/01-onmount/app-a/App.svelte | 30 ++-- .../07-lifecycle/01-onmount/app-b/App.svelte | 30 ++-- .../09-motion/01-tweened/app-a/App.svelte | 16 +-- .../09-motion/01-tweened/app-b/App.svelte | 16 +-- .../09-motion/02-spring/app-a/App.svelte | 18 ++- .../09-motion/02-spring/app-b/App.svelte | 17 ++- .../app-a/App.svelte | 24 ++-- .../app-b/App.svelte | 24 ++-- .../07-local-transitions/app-a/App.svelte | 16 +-- .../07-local-transitions/app-b/App.svelte | 16 +-- .../08-deferred-transitions/app-a/App.svelte | 2 +- .../08-deferred-transitions/app-b/App.svelte | 2 +- .../11-animations/01-animate/app-a/App.svelte | 2 +- .../11-animations/01-animate/app-b/App.svelte | 2 +- .../13-classes/01-classes/app-a/App.svelte | 24 ++-- .../13-classes/01-classes/app-b/App.svelte | 24 ++-- .../02-class-shorthand/app-a/App.svelte | 14 +- .../02-class-shorthand/app-b/App.svelte | 14 +- .../14-composition/01-slots/app-a/Box.svelte | 10 +- .../14-composition/01-slots/app-b/Box.svelte | 10 +- .../02-slot-fallbacks/app-a/Box.svelte | 10 +- .../02-slot-fallbacks/app-b/Box.svelte | 14 +- .../03-named-slots/app-a/ContactCard.svelte | 54 +++---- .../03-named-slots/app-b/ContactCard.svelte | 54 +++---- .../04-optional-slots/app-a/App.svelte | 52 +++---- .../04-optional-slots/app-a/Comment.svelte | 28 ++-- .../04-optional-slots/app-a/Project.svelte | 24 ++-- .../04-optional-slots/app-b/App.svelte | 52 +++---- .../04-optional-slots/app-b/Comment.svelte | 28 ++-- .../04-optional-slots/app-b/Project.svelte | 28 ++-- .../05-slot-props/app-a/App.svelte | 22 +-- .../05-slot-props/app-b/App.svelte | 28 ++-- .../01-context-api/app-a/Map.svelte | 14 +- .../01-context-api/app-b/Map.svelte | 14 +- .../01-svelte-self/app-a/File.svelte | 6 +- .../01-svelte-self/app-a/Folder.svelte | 34 ++--- .../01-svelte-self/app-b/File.svelte | 6 +- .../01-svelte-self/app-b/Folder.svelte | 34 ++--- .../app-a/BlueThing.svelte | 10 +- .../app-a/GreenThing.svelte | 10 +- .../02-svelte-component/app-a/RedThing.svelte | 10 +- .../app-b/BlueThing.svelte | 10 +- .../app-b/GreenThing.svelte | 10 +- .../02-svelte-component/app-b/RedThing.svelte | 10 +- .../03-svelte-window/app-a/App.svelte | 32 ++--- .../03-svelte-window/app-b/App.svelte | 30 ++-- .../app-a/App.svelte | 2 +- .../app-b/App.svelte | 2 +- .../07-svelte-options/app-a/Todo.svelte | 14 +- .../07-svelte-options/app-b/Todo.svelte | 14 +- .../08-svelte-fragment/app-a/App.svelte | 2 +- .../08-svelte-fragment/app-a/Box.svelte | 16 +-- .../08-svelte-fragment/app-b/App.svelte | 2 +- .../08-svelte-fragment/app-b/Box.svelte | 16 +-- .../08-svelte-fragment/text.md | 12 +- .../01-sharing-code/app-a/AudioPlayer.svelte | 24 ++-- .../01-sharing-code/app-b/AudioPlayer.svelte | 24 ++-- .../app-a/AudioPlayer.svelte | 24 ++-- .../app-b/AudioPlayer.svelte | 24 ++-- .../01-congratulations/app-a/App.svelte | 10 +- 148 files changed, 1529 insertions(+), 1447 deletions(-) diff --git a/site/content/examples/00-introduction/02-styling/App.svelte b/site/content/examples/00-introduction/02-styling/App.svelte index 7148dcf10f..b3ad2fc8e6 100644 --- a/site/content/examples/00-introduction/02-styling/App.svelte +++ b/site/content/examples/00-introduction/02-styling/App.svelte @@ -1,9 +1,9 @@ +

Styled!

+ - -

Styled!

\ No newline at end of file + \ No newline at end of file diff --git a/site/content/examples/00-introduction/03-nested-components/App.svelte b/site/content/examples/00-introduction/03-nested-components/App.svelte index bb97f50ace..0b200112ab 100644 --- a/site/content/examples/00-introduction/03-nested-components/App.svelte +++ b/site/content/examples/00-introduction/03-nested-components/App.svelte @@ -2,13 +2,13 @@ import Nested from './Nested.svelte'; +

These styles...

+ + - -

These styles...

- \ No newline at end of file + \ 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 f26112f06c..de1f664112 100644 --- a/site/content/examples/04-events/00-dom-events/App.svelte +++ b/site/content/examples/04-events/00-dom-events/App.svelte @@ -7,10 +7,10 @@ } - -
The mouse position is {m.x} x {m.y} -
\ No newline at end of file + + + \ 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 f0fd6ff17a..36fed40a4f 100644 --- a/site/content/examples/04-events/01-inline-handlers/App.svelte +++ b/site/content/examples/04-events/01-inline-handlers/App.svelte @@ -2,10 +2,10 @@ let m = { x: 0, y: 0 }; - -
The mouse position is {m.x} x {m.y} -
\ No newline at end of file + + + \ No newline at end of file diff --git a/site/content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte b/site/content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte index f521c1f471..4004ffbf29 100644 --- a/site/content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte +++ b/site/content/examples/04-events/05-dom-event-forwarding/CustomButton.svelte @@ -1,3 +1,7 @@ + + - - \ No newline at end of file + \ No newline at end of file diff --git a/site/content/examples/05-bindings/04-textarea-inputs/App.svelte b/site/content/examples/05-bindings/04-textarea-inputs/App.svelte index 5a9e18f79d..0d02d7ba2e 100644 --- a/site/content/examples/05-bindings/04-textarea-inputs/App.svelte +++ b/site/content/examples/05-bindings/04-textarea-inputs/App.svelte @@ -3,10 +3,10 @@ let text = `Some words are *italic*, some are **bold**`; - - -{@html marked(text)} \ No newline at end of file +{@html marked(text)} + + \ No newline at end of file diff --git a/site/content/examples/05-bindings/06-select-bindings/App.svelte b/site/content/examples/05-bindings/06-select-bindings/App.svelte index 3f1e7fa7e1..a3607a6f4f 100644 --- a/site/content/examples/05-bindings/06-select-bindings/App.svelte +++ b/site/content/examples/05-bindings/06-select-bindings/App.svelte @@ -14,10 +14,6 @@ } - -

Insecurity questions

@@ -36,4 +32,8 @@
-

selected question {selected ? selected.id : '[waiting...]'}

\ No newline at end of file +

selected question {selected ? selected.id : '[waiting...]'}

+ + \ No newline at end of file diff --git a/site/content/examples/05-bindings/09-media-elements/App.svelte b/site/content/examples/05-bindings/09-media-elements/App.svelte index 45345a39ff..5aad9a0fae 100644 --- a/site/content/examples/05-bindings/09-media-elements/App.svelte +++ b/site/content/examples/05-bindings/09-media-elements/App.svelte @@ -51,6 +51,32 @@ } +

Caminandes: Llamigos

+

From Blender Open Projects. CC-BY

+ +
+ + +
+ + +
+ {format(time)} + click anywhere to {paused ? 'play' : 'pause'} / drag to seek + {format(duration)} +
+
+
+ - -

Caminandes: Llamigos

-

From Blender Open Projects. CC-BY

- -
- - -
- - -
- {format(time)} - click anywhere to {paused ? 'play' : 'pause'} / drag to seek - {format(duration)} -
-
-
+ \ No newline at end of file diff --git a/site/content/examples/05-bindings/10-dimensions/App.svelte b/site/content/examples/05-bindings/10-dimensions/App.svelte index ca992599c1..c955aeba8e 100644 --- a/site/content/examples/05-bindings/10-dimensions/App.svelte +++ b/site/content/examples/05-bindings/10-dimensions/App.svelte @@ -5,11 +5,6 @@ let text = 'edit me'; - - @@ -17,4 +12,9 @@
{text} -
\ No newline at end of file + + + \ No newline at end of file diff --git a/site/content/examples/05-bindings/11-bind-this/App.svelte b/site/content/examples/05-bindings/11-bind-this/App.svelte index 439d240670..8612e8f5e3 100644 --- a/site/content/examples/05-bindings/11-bind-this/App.svelte +++ b/site/content/examples/05-bindings/11-bind-this/App.svelte @@ -38,6 +38,12 @@ }); + + - - + \ No newline at end of file diff --git a/site/content/examples/05-bindings/12-component-bindings/Keypad.svelte b/site/content/examples/05-bindings/12-component-bindings/Keypad.svelte index c457a15cb5..631f7964e2 100644 --- a/site/content/examples/05-bindings/12-component-bindings/Keypad.svelte +++ b/site/content/examples/05-bindings/12-component-bindings/Keypad.svelte @@ -10,19 +10,6 @@ const submit = () => dispatch('submit'); - -
@@ -37,4 +24,17 @@ -
\ No newline at end of file + + + \ No newline at end of file diff --git a/site/content/examples/06-lifecycle/00-onmount/App.svelte b/site/content/examples/06-lifecycle/00-onmount/App.svelte index 1b83727627..b6c3100e58 100644 --- a/site/content/examples/06-lifecycle/00-onmount/App.svelte +++ b/site/content/examples/06-lifecycle/00-onmount/App.svelte @@ -9,6 +9,20 @@ }); +

Photo album

+ +
+ {#each photos as photo} +
+ {photo.title} +
{photo.title}
+
+ {:else} + +

loading...

+ {/each} +
+ - -

Photo album

- -
- {#each photos as photo} -
- {photo.title} -
{photo.title}
-
- {:else} - -

loading...

- {/each} -
\ No newline at end of file diff --git a/site/content/examples/06-lifecycle/02-update/App.svelte b/site/content/examples/06-lifecycle/02-update/App.svelte index 419e763c57..ee3bca32df 100644 --- a/site/content/examples/06-lifecycle/02-update/App.svelte +++ b/site/content/examples/06-lifecycle/02-update/App.svelte @@ -51,6 +51,20 @@ } +
+

Eliza

+ +
+ {#each comments as comment} +
+ {comment.text} +
+ {/each} +
+ + +
+ - -
-

Eliza

- -
- {#each comments as comment} -
- {comment.text} -
- {/each} -
- - -
diff --git a/site/content/examples/06-lifecycle/03-tick/App.svelte b/site/content/examples/06-lifecycle/03-tick/App.svelte index 477b5ffb79..e678020d3d 100644 --- a/site/content/examples/06-lifecycle/03-tick/App.svelte +++ b/site/content/examples/06-lifecycle/03-tick/App.svelte @@ -27,11 +27,11 @@ } + + - - + \ No newline at end of file diff --git a/site/content/examples/08-motion/00-tweened/App.svelte b/site/content/examples/08-motion/00-tweened/App.svelte index 83f3b50a04..ee3c7a1b5d 100644 --- a/site/content/examples/08-motion/00-tweened/App.svelte +++ b/site/content/examples/08-motion/00-tweened/App.svelte @@ -8,13 +8,6 @@ }); - - \ No newline at end of file + + + \ No newline at end of file diff --git a/site/content/examples/08-motion/01-spring/App.svelte b/site/content/examples/08-motion/01-spring/App.svelte index 9918cf40e8..251bf640ee 100644 --- a/site/content/examples/08-motion/01-spring/App.svelte +++ b/site/content/examples/08-motion/01-spring/App.svelte @@ -9,11 +9,6 @@ let size = spring(10); - -
+ + \ No newline at end of file diff --git a/site/content/examples/11-easing/00-easing/Controls.svelte b/site/content/examples/11-easing/00-easing/Controls.svelte index 66a297323f..3123b8a25b 100644 --- a/site/content/examples/11-easing/00-easing/Controls.svelte +++ b/site/content/examples/11-easing/00-easing/Controls.svelte @@ -14,6 +14,72 @@ $: mobile = width && width < 600; +
+
+

Ease

+ {#if mobile} + + {:else} +
    + {#each [...eases] as [name]} +
  • current_ease = name} + > + {name} +
  • + {/each} +
+ {/if} +

Type

+ {#if mobile } + + {:else} +
    + {#each types as [name, type]} +
  • current_type = type} + > + {name} +
  • + {/each} +
+ {/if} +
+

+ Duration +

+
+ + + + + + +
+
+ + - -
-
-

Ease

- {#if mobile} - - {:else} -
    - {#each [...eases] as [name]} -
  • current_ease = name} - > - {name} -
  • - {/each} -
- {/if} -

Type

- {#if mobile } - - {:else} -
    - {#each types as [name, type]} -
  • current_type = type} - > - {name} -
  • - {/each} -
- {/if} -
-

- Duration -

-
- - - - - - -
-
\ No newline at end of file + \ No newline at end of file diff --git a/site/content/examples/11-easing/00-easing/Grid.svelte b/site/content/examples/11-easing/00-easing/Grid.svelte index e704f46cf7..c0c9d47913 100644 --- a/site/content/examples/11-easing/00-easing/Grid.svelte +++ b/site/content/examples/11-easing/00-easing/Grid.svelte @@ -2,19 +2,6 @@ export let x, y; - - \ No newline at end of file +/> + + diff --git a/site/content/examples/12-svg/01-clock/App.svelte b/site/content/examples/12-svg/01-clock/App.svelte index 49d3a7f809..44f7e484a1 100644 --- a/site/content/examples/12-svg/01-clock/App.svelte +++ b/site/content/examples/12-svg/01-clock/App.svelte @@ -20,44 +20,6 @@ }); - - @@ -101,4 +63,42 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/site/content/examples/12-svg/02-bar-chart/App.svelte b/site/content/examples/12-svg/02-bar-chart/App.svelte index 30c374b67e..d44c0e67cf 100644 --- a/site/content/examples/12-svg/02-bar-chart/App.svelte +++ b/site/content/examples/12-svg/02-bar-chart/App.svelte @@ -33,6 +33,42 @@ $: barWidth = innerWidth / xTicks.length; +

US birthrate by year

+ +
+ + + + {#each yTicks as tick} + + + {tick} {tick === 20 ? ' per 1,000 population' : ''} + + {/each} + + + + + {#each points as point, i} + + {width > 380 ? point.year : formatMobile(point.year)} + + {/each} + + + + {#each points as point, i} + + {/each} + + +
+ - -

US birthrate by year

- -
- - - - {#each yTicks as tick} - - - {tick} {tick === 20 ? ' per 1,000 population' : ''} - - {/each} - - - - - {#each points as point, i} - - {width > 380 ? point.year : formatMobile(point.year)} - - {/each} - - - - {#each points as point, i} - - {/each} - - -
+ \ No newline at end of file diff --git a/site/content/examples/12-svg/03-area-chart/App.svelte b/site/content/examples/12-svg/03-area-chart/App.svelte index 98ff070411..2fe39280e4 100644 --- a/site/content/examples/12-svg/03-area-chart/App.svelte +++ b/site/content/examples/12-svg/03-area-chart/App.svelte @@ -108,4 +108,4 @@ .path-area { fill: rgba(0,100,100,0.2); } - + \ No newline at end of file diff --git a/site/content/examples/12-svg/04-scatterplot/App.svelte b/site/content/examples/12-svg/04-scatterplot/App.svelte index 42a0660b87..1ceb1d221c 100644 --- a/site/content/examples/12-svg/04-scatterplot/App.svelte +++ b/site/content/examples/12-svg/04-scatterplot/App.svelte @@ -3,6 +3,15 @@ import data from './data.js'; +
+

Anscombe's quartet

+ + + + + +
+ - -
-

Anscombe's quartet

- - - - - -
\ No newline at end of file + \ No newline at end of file diff --git a/site/content/examples/12-svg/04-scatterplot/Scatterplot.svelte b/site/content/examples/12-svg/04-scatterplot/Scatterplot.svelte index f7a46899fa..7ae113ab06 100644 --- a/site/content/examples/12-svg/04-scatterplot/Scatterplot.svelte +++ b/site/content/examples/12-svg/04-scatterplot/Scatterplot.svelte @@ -92,4 +92,4 @@ .y-axis text { text-anchor: end; } - + \ No newline at end of file diff --git a/site/content/examples/12-svg/05-svg-transitions/App.svelte b/site/content/examples/12-svg/05-svg-transitions/App.svelte index 6e1e636b20..7f3a774a2c 100644 --- a/site/content/examples/12-svg/05-svg-transitions/App.svelte +++ b/site/content/examples/12-svg/05-svg-transitions/App.svelte @@ -7,6 +7,38 @@ let visible = true; +{#if visible} + + + + + + + +
+ {#each 'SVELTE' as char, i} + {char} + {/each} +
+{/if} + + + + + - -{#if visible} - - - - - - - -
- {#each 'SVELTE' as char, i} - {char} - {/each} -
-{/if} - - - - + \ No newline at end of file diff --git a/site/content/examples/13-actions/00-actions/App.svelte b/site/content/examples/13-actions/00-actions/App.svelte index 171f82762c..4548a5cbb6 100644 --- a/site/content/examples/13-actions/00-actions/App.svelte +++ b/site/content/examples/13-actions/00-actions/App.svelte @@ -25,6 +25,16 @@ } +
+ - -
\ No newline at end of file + \ No newline at end of file diff --git a/site/content/examples/14-classes/00-classes/App.svelte b/site/content/examples/14-classes/00-classes/App.svelte index 4da386991d..1073242bcf 100644 --- a/site/content/examples/14-classes/00-classes/App.svelte +++ b/site/content/examples/14-classes/00-classes/App.svelte @@ -2,17 +2,6 @@ let current = 'foo'; - - \ No newline at end of file +>baz + + \ No newline at end of file diff --git a/site/content/examples/14-classes/01-class-shorthand/App.svelte b/site/content/examples/14-classes/01-class-shorthand/App.svelte index 0f4e0d9f24..c91385e4e5 100644 --- a/site/content/examples/14-classes/01-class-shorthand/App.svelte +++ b/site/content/examples/14-classes/01-class-shorthand/App.svelte @@ -2,12 +2,6 @@ let big = false; - -