Skip to content

v0.1.13

Choose a tag to compare

@CITguy CITguy released this 14 Mar 16:59
· 1425 commits to master since this release
1e94992

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>