CSS can be attached to elements with: `this.attachCSS('css src')` which will localize the CSS to the element. - [ ] How does this fair with nested elements? _Im thinking top level elements should rule the CSS of all nested elements_ - [x] Extract into separate module and add a ton more tests - [ ] A dynamic className wont work well if written out to a file.css - [ ] Experiment more with overriding element CSS
CSS can be attached to elements with:
this.attachCSS('css src')which will localize the CSS to the element.