This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
Releases: thoughtbot/neat
Releases · thoughtbot/neat
v1.6.0
Multiple media-queries support and dumbed down table layouts:
- Added: Add multiple media queries support to the
media()
mixin, including queries such asorientation
(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).
v1.6.0.pre2
- Use Sass 3.3 and silence global variable warnings.
v1.6.0.pre
- 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).
1.5.0
- Better Bower support
- Rename
span-columns()
collapse argument toblock-collapse
- Add ability for
span-columns()
to omit display property from the output - Make
shift()
take parent column argument (useful when otherspan-columns()
calls override the nesting context)