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
- NEW: Add multiple media queries support to the
media()
mixin, including queries such asorientation
(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).