Skip to content

v1.6.0 - Bittermens Hellfire Habanero Shrub

Compare
Choose a tag to compare
@wardpenney wardpenney released this 12 May 18:16
· 115 commits to main since this release

Added

  • Set margin to 0 on the body element. (#280)
  • Global variables for the styling of focus outlines. (#284)

Changed

  • Component/feature-specific variables have been moved into their respective
    partials, rather than in the global variables partial. They have also been
    prefixed with an underscore to indicate they are "private" to that
    partial. (#275)
  • Base typography is now styled off of the html element, instead of the body
    element. (#279)
  • a elements no longer have text-decoration set to none. They also now
    have text-decoration-skip set to ink. (#283)
  • The visual style of outlines on focused elements (a, $all-buttons,
    [type="checkbox"], [type="radio"], [type="file"], select) is now solid
    and offset from the element. (#284)

Removed

  • Removed $base-font-size in favor of more specific implimentations specific
    to the particular object being modified. (#272)