Skip to content

v2.0.0-beta.49

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Nov 02:32
· 2017 commits to beta since this release

New Features

  • CSS - Support for converting unit-valued parameters in CSS functions 6cd038d

    In the right: rule, 725/16 + rem = 45.3125rem

    - <div class="right:calc(50%-45.3125rem)">
    + <div class="right:calc(50%-725)">

    In the line-height: rule, keep the default unitless.

    <div class="line-height:calc(2-1.5)">

Bug Fixes

Tests