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.209 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.208 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.207 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.206 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.205 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.204 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.203 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.202 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.201 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.200 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.199 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.198 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.197 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.196 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.195 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.194 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.193 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.192 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.191 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.190 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss