Skip to content

v3.0.0

Choose a tag to compare

@kripod kripod released this 03 Jun 15:00
· 49 commits to main since this release

Added

  • base: set box-sizing: border-box on *, ::before, ::after
  • base: set border-style: solid and border-width: 0 on on *, ::before, ::after to allow adding a border with just a border-width
  • base: set tab-size: 2 on html to prevent overflow in code blocks
  • base: set -webkit-text-size-adjust: 100% on html to prevent erroneous text scaling in iOS Safari
  • base: set margin: 0 on body
  • base: make embed and object elements responsive

Changed

  • base: reorder styles for better maintainability

Removed

  • base: redundant height: auto on canvas
  • base: strict enforcement of display: none when a hidden attribute is present