Skip to content

v2.0.0-alpha.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@MKRhere MKRhere released this 30 Sep 12:13
· 50 commits to dev since this release
345b248
  • ⚡️ 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.