Sha256: 2c7141dc3e59d67f0b1740d4c4e0f29b4ca3d24b19475caee8fe9786fd32d1bc

Contents?: true

Size: 535 Bytes

Versions: 269

Compression:

Stored size: 535 Bytes

Contents

@mixin shift($n-columns: 1) {
  @include shift-in-context($n-columns);
}

@mixin shift-in-context($shift: $columns of $container-columns) {
  $n-columns: nth($shift, 1);
  $parent-columns: container-shift($shift);

  $direction: get-direction($layout-direction, $default-layout-direction);
  $opposite-direction: get-opposite-direction($direction);

  margin-#{$opposite-direction}: $n-columns * flex-grid(1, $parent-columns) + $n-columns * flex-gutter($parent-columns);

  // Reset nesting context
  $parent-columns: $grid-columns;
}

Version data entries

269 entries across 267 versions & 6 rubygems

Version Path
smock-0.1.228 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.227 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.226 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.225 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.224 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.9 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.223 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.222 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.221 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.220 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.219 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.218 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.217 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.216 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.215 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.214 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.213 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.212 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.211 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.210 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss