Sha256: 288d0307d7127bc20f3913a7740f348608fcac57c60632566f85cf1f94056b90
Contents?: true
Size: 360 Bytes
Versions: 13
Compression:
Stored size: 360 Bytes
Contents
@mixin row($display: block, $direction: $default-layout-direction) { @include clearfix; $layout-direction: $direction !global; @if $display == table { display: table; @include fill-parent; table-layout: fixed; $container-display-table: true !global; } @else { display: block; $container-display-table: false !global; } }
Version data entries
13 entries across 13 versions & 5 rubygems