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.268 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.267 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.266 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.265 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.264 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.263 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.262 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.261 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.260 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.259 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.258 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.256 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.255 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.254 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.253 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.252 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.251 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.250 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.249 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.247 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss