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

Version Path
smock-0.1.11 app/assets/stylesheets/thirdparty/neat/grid/_row.scss
smock-0.1.10 app/assets/stylesheets/thirdparty/neat/grid/_row.scss
smock-0.1.8 app/assets/stylesheets/thirdparty/neat/grid/_row.scss
smock-0.1.7 app/assets/stylesheets/thirdparty/neat/grid/_row.scss
tenon-1.0 spec/dummy/public/assets/source_maps/_row.scss
growbot-web-0.0.6 lib/growbot/web/views/sass/neat/grid/_row.scss
growbot-web-0.0.5 lib/growbot/web/views/sass/neat/grid/_row.scss
growbot-web-0.0.4 lib/growbot/web/views/sass/neat/grid/_row.scss
growbot-web-0.0.2 lib/growbot/web/views/sass/neat/grid/_row.scss
growbot-web-0.0.1 lib/growbot/web/views/sass/neat/grid/_row.scss
neat-compass-1.6.0 stylesheets/neat/grid/_row.scss
neat-1.6.0 app/assets/stylesheets/grid/_row.scss
neat-1.6.0.pre2 app/assets/stylesheets/grid/_row.scss