From 1c75beee8eda7784418f57018138e1ee9f4c4954 Mon Sep 17 00:00:00 2001 From: Taylor Hunt Date: Mon, 30 Jan 2023 13:58:31 -0500 Subject: [PATCH] Finishing touches --- content/2-templating/2-styling/marko/CssStyle.marko | 8 +++++++- content/2-templating/5-dom-ref/marko/InputFocused.marko | 2 -- .../2-templating/5-dom-ref/marko/InputIndeterminate.marko | 2 ++ content/3-lifecycle/1-on-mount/marko/PageTitle.marko | 3 --- content/3-lifecycle/1-on-mount/marko/ViewportSize.marko | 3 +++ 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 content/2-templating/5-dom-ref/marko/InputFocused.marko create mode 100644 content/2-templating/5-dom-ref/marko/InputIndeterminate.marko delete mode 100644 content/3-lifecycle/1-on-mount/marko/PageTitle.marko create mode 100644 content/3-lifecycle/1-on-mount/marko/ViewportSize.marko diff --git a/content/2-templating/2-styling/marko/CssStyle.marko b/content/2-templating/2-styling/marko/CssStyle.marko index 529b9dbd..e186e7c3 100644 --- a/content/2-templating/2-styling/marko/CssStyle.marko +++ b/content/2-templating/2-styling/marko/CssStyle.marko @@ -1,8 +1,14 @@ I am red + - + diff --git a/content/2-templating/5-dom-ref/marko/InputFocused.marko b/content/2-templating/5-dom-ref/marko/InputFocused.marko deleted file mode 100644 index f8b73c57..00000000 --- a/content/2-templating/5-dom-ref/marko/InputFocused.marko +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/content/2-templating/5-dom-ref/marko/InputIndeterminate.marko b/content/2-templating/5-dom-ref/marko/InputIndeterminate.marko new file mode 100644 index 00000000..2e61ca8c --- /dev/null +++ b/content/2-templating/5-dom-ref/marko/InputIndeterminate.marko @@ -0,0 +1,2 @@ + + diff --git a/content/3-lifecycle/1-on-mount/marko/PageTitle.marko b/content/3-lifecycle/1-on-mount/marko/PageTitle.marko deleted file mode 100644 index 85f48e34..00000000 --- a/content/3-lifecycle/1-on-mount/marko/PageTitle.marko +++ /dev/null @@ -1,3 +0,0 @@ - - -

Page title is: ${pageTitle}

diff --git a/content/3-lifecycle/1-on-mount/marko/ViewportSize.marko b/content/3-lifecycle/1-on-mount/marko/ViewportSize.marko new file mode 100644 index 00000000..7ffcf870 --- /dev/null +++ b/content/3-lifecycle/1-on-mount/marko/ViewportSize.marko @@ -0,0 +1,3 @@ + + +

Viewport size: ${viewportSize}