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}