From d632226e15200e83775c2ca6f6ad6b598bcdae43 Mon Sep 17 00:00:00 2001 From: BabakFP <44144724+babakfp@users.noreply.github.com> Date: Wed, 21 Apr 2021 11:42:20 -0700 Subject: [PATCH] Fix HTML and CSS order - Format CSS --- .../05-events/02-inline-handlers/app-a/App.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 f26112f06c..54470a9a5e 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 @@ -7,10 +7,13 @@ } - -
The mouse position is {m.x} x {m.y} -
\ No newline at end of file + + +