Skip to content

0.3.0

Choose a tag to compare

@alexcandelas alexcandelas released this 15 Nov 03:45
· 4 commits to master since this release

Changes

  • New form-switch component.
  • New media object class and mixin.
  • New max-width responsive variants. Example: <lg:col-1/4.
  • Merged the objects and support layers into an abastracions layer.
  • Added Sass entry points for each layer.
  • Updated the color system.
  • Adjusted breakpoints to be closer to the major third scale.
  • Added the xl breakpoint.
  • Improved grid.
  • Changed the max-width of the container object to a wider default value.
  • Changed names of leading utility classes to lh.
  • Improved container padding.
  • Updated browser support.
  • Renamed media mixins to screen to avoid confusion with the new media object.
  • Removed the box, lead and muted abstraction classes.
  • Removed the message component.
  • Removed the $spacer variable.
  • Removed unnecessary mixins and functions.

Fixes

  • Fixed issue where a grid column was incorrectly pushed to the next row under certain conditions.
  • Fixed issue where custom breakpoints that started with a number were not being escaped.
  • Fixed loading icon color in outline buttons.
  • Fixed height of hidden input in the form-file component.