v0.1.13
Released: 2017-11-17
Fixed
- Fixed an issue with inherited CSS properties in the composed element tree.
- CSS inheritance is based on the composed tree, not the written tree (meaning that styles in ShadowDOM can be inherited in the LightDOM).
Merged
- #88 - fix(CSS): correct style inheritance with
<slot>