v2.0.0-alpha.14
Pre-release
Pre-release
-
⚡️ New shorthand class/id syntax!
div.container.wide(...) // class: "container wide" h1.title["#the-beginning"]() // class: "title", id: "the-beginning"
-
🔝 New top level element imports from
///elements.ts
. -
✅
data-*
attributes now type supported! -
🗑 Removed
elements()
syntax.elements[]
is still supported, if needed.