From 2aacfce1db62fc42730d82f06e84a82132663ffb Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 29 Aug 2018 18:52:58 +0200 Subject: page breaks --- app/component.moon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/component.moon') 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 -- cgit v1.2.3