miso
miso copied to clipboard
Add `ShadowRoot` support.
For truly encapsulated styles (breaks the cascade in CSS), this PR introduces shadowRoot :: Bool.
This will allow users to nest Component without style inheritance
- [x] Add
shadowRoot - [x] Define and call
attachShadowonComponentmount element. - [ ] Wire-up to styles
- [ ] Wire-up to scripts