Skip to content

0.2.1 theory classes and id

Ivan S Glazunov edited this page Feb 20, 2015 · 2 revisions

theory about classes and id

With TSelector are working double and single tags.

  • Not supported string templates.
  • Classes are added at inheritance.
  • The identifier may be assigned only one last in the list.
div('.container.my-class.WithSome#id')()
.render(console.log);
<div class="container my-class WithSome" id="id"></div>
Clone this wiki locally