aboutsummaryrefslogtreecommitdiffstats
path: root/app/component.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-08-29 16:52:58 +0000
committers-ol <s-ol@users.noreply.github.com>2018-08-29 16:52:58 +0000
commit2aacfce1db62fc42730d82f06e84a82132663ffb (patch)
treece56d42ce5dd37dcb87e9ab65e3bb0656dcd734f /app/component.moon
parentmore realities (diff)
downloadmmm-2aacfce1db62fc42730d82f06e84a82132663ffb.tar.gz
mmm-2aacfce1db62fc42730d82f06e84a82132663ffb.zip
page breaks
Diffstat (limited to 'app/component.moon')
-rw-r--r--app/component.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/component.moon b/app/component.moon
index 6dd2999..6ce76bc 100644
--- a/app/component.moon
+++ b/app/component.moon
@@ -122,6 +122,7 @@ with exports = {
}
add = (e) -> exports[e] = (...) -> ReactiveElement e, ...
- for e in *{'div', 'form', 'span', 'article', 'a', 'p', 'button', 'ul', 'ol', 'li', 'i', 'b', 'u', 'tt'} do add e
+ for e in *{'div', 'form', 'span', 'a', 'p', 'button', 'ul', 'ol', 'li', 'i', 'b', 'u', 'tt'} do add e
+ for e in *{'article', 'section', 'header', 'footer', 'content'} do add e
for e in *{'br', 'img', 'input', 'p', 'textarea'} do add e
for i=1,8 do add "h" .. i