- New: Add global RTL layout support
- New: Add row-specific RTL layout support
- New: Add auto-clearing for elements using
omega(nth-child)
(works only with simple nth-child arguments due to limited string operations in Sass) - New:
reset-display
,reset-layout-direction
, andreset-all
for all your reset needs! - Fix: The visual grid no longer blocks user interactions
- Deprecate:
omega()
will no longer take$direction
in favor ofrow($direction)
or$default-layout-direction
- New: Add stylesheets path to Sass.load_paths
- Fixed: Force full-width and fixed table-layout on
row(table)
- Official Docset
- New: Auto-detect table layout when
span-columns()
is called insiderow(table)
- Fix: Make
shift()
reset context after each nested call
- New:
pad()
takes shorthand arguments - Refactor: Merge
omega()
andnth-omega()
- Fix: Last child in table layouts keeps its right-padding
- Fix: Add explicit require to the bourbon gem #38
- Fix: Make
em()
always return a number - Fix: Relative path imports in Rails
- New: Add executable for non-Rails projects
- New: Add visual grid
- New: Add
media
andnew-breakpoint
mixins - New: Add
_neat-helpers.scss
as a public interface for Neat - Fix: Make
shift()
work properly in nested contexts - Refactor: Remove typography mixins and settings
- Initial release