From fc30d9330300f9eb843af30cf93c7ffadf42d438 Mon Sep 17 00:00:00 2001 From: BabakFP <44144724+babakfp@users.noreply.github.com> Date: Wed, 21 Apr 2021 11:43:29 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20HTML=20and=20CSS=20order=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Format CSS --- .../05-events/02-inline-handlers/app-b/App.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 f0fd6ff17a..23094b206b 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 @@ -2,10 +2,13 @@ let m = { x: 0, y: 0 }; - -
The mouse position is {m.x} x {m.y} -
\ No newline at end of file + + +