UNPKG

secst

Version:

SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.

12 lines (11 loc) 259 B
const title = { contentAllowed: true, mounted(el) { let root = el.parentNode; while(root.parentNode) { root = root.parentNode; } root.head.appendChild(el); } } export {title,title as default}