Skip to content

v2.0.0-beta.193

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 18:16
· 326 commits to beta since this release

Performance Upgrades

Improvements

Normal CSS
  • Preset outline and border style 0 solid #299 96e915b @1aron

    *,
    ::before,
    ::after {
        box-sizing: border-box;
    +   border: 0 solid;
    +   outline: 0 solid;
    }

    Now you can simplify b:1|solid|blue to b:1|blue without solid

Bug Fixes