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

v1.6.0.pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaishin kaishin released this 10 Feb 15:43
· 286 commits to master since this release
  • NEW: Add multiple media queries support to the media() mixin, including queries such as orientation (a9da0cf).
  • Refactor: Use absolute percentage widths for table displays. The last element is no longer narrower than the rest (df86ac0).
  • Refactor: Passing table no longer adds padding to elements (536ccff). If you need padding, you'll have to add it manually going forward.
  • Refactor: Omega no longer supports table display. Removing padding should be done manually on the target element (7eeeec3).