stylesheets/neat/grid/_row.scss in neat-compass-1.2.0.1 vs stylesheets/neat/grid/_row.scss in neat-compass-1.2.1

- old
+ new

@@ -1,8 +1,11 @@ @mixin row($display: block) { @include clearfix; + @if $display == table { display: table; + @include fill-parent; + table-layout: fixed; $container-display-table: true; } @else { display: block;