Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@bartkozal bartkozal released this 10 Oct 23:59
· 42 commits to master since this release

Due to many API changes please be careful with the upgrade from v0.2.x

General:

  • Focus on base elements and typography
  • Remove hero and navbar objects
  • Remove layout helpers
  • Simplify implementation of vertical rhythm (drop +font-size() mixin)
  • Rename default breakpoints to "compact" and "regular" e.g. .compact-1/2, .compact-hidden
  • Rename size classes to use fractions and "vertical/horizontal" keywords e.g. .margin-1/2-top, .padding-3/1-vertical, .no-margin-horizontal
  • Change the base and monospace font family to system fonts i.e. San Francisco for macOS
  • Change the default font size and leading
  • Reimplement sticky footer to use flexbox
  • Redesign documentation
  • Reduce code size

Features:

  • +box($name, $color, $contrast) mixin
  • $color-body variable to set body background color
  • $color-small variable to set color of <small>
  • Style read-only text input as disabled
  • Style search input

Bugfixes:

  • Fix collapsing of nested form elements