Skip to content

Releases: kripod/css-homogenizer

v3.0.0

03 Jun 15:00
Compare
Choose a tag to compare

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

v2.1.0

03 Jun 14:23
Compare
Choose a tag to compare

Added

  • reset: inherit letter-spacing and word-spacing on form controls

v2.0.1

27 May 13:54
Compare
Choose a tag to compare

Changed

  • reset: apply ::placeholder styles only on input and textarea
  • reset: reorder styles for better maintainability

v2.0.0

11 May 11:08
Compare
Choose a tag to compare

Added

  • reset: nullify padding, border and background on form controls
  • reset: inherit font and color on form controls
  • reset: inherit color and text-decoration on links
  • reset: set opacity: 1 and color: gray on ::placeholder to make Firefox styles consistent

Fixed

  • base: hr border width and style

Changed

  • base: rename opinionated-base.css to base.css
  • reset: set line-height: 1 on html instead of body

v1.1.0

20 Aug 16:49
Compare
Choose a tag to compare

Added

  • base: vertical writing-mode support for changing the resize property of textarea elements (bf89271)

v1.0.0

18 Aug 10:49
Compare
Choose a tag to compare

Added

  • reset: initial release
  • base: initial release