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.189 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.188 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.187 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.186 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.185 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.184 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.182 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.181 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.180 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.179 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.178 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.177 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.176 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.175 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.170 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.169 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.168 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.167 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.166 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss
smock-0.1.165 app/assets/stylesheets/thirdparty/neat/grid/_shift.scss