Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

v1.6.0

Compare
Choose a tag to compare
@kaishin kaishin released this 28 Mar 15:08
· 282 commits to master since this release

Multiple media-queries support and dumbed down table layouts:

  • Added: Add multiple media queries support to the media() mixin, including queries such as orientation (a9da0cf).
  • Updated: Use Sass 3.3 and silence !global variable warnings.
  • Fixed: Use absolute percentage widths for table displays. The last element is no longer narrower than the rest (df86ac0). This also breaks alignment with the block-based grid.
  • Fixed: Passing table no longer adds padding to elements (536ccff). If you need padding, you'll have to add it manually going forward.
  • Removed: Omega no longer supports table display. Removing padding should be done manually on the target element (7eeeec3).