Sha256: 8f57b700ff0d181845bc073dd377884705e368591b5ec7a37a69b9b257885a3f

Contents?: true

Size: 836 Bytes

Versions: 5

Compression:

Stored size: 836 Bytes

Contents

@import "sass-zero/variables/spacing";

// *******************************************************************
// Pull Utilities
// $size-map: ("xs": $size-1, "sm": $size-2, "md": $size-3, "lg": $size-4, "xl": $size-5, "2xl": $size-6);
// *******************************************************************
@each $scale, $size in $size-map {
  .pull-#{$scale} {
    margin: -$size !important;

    &--top {
      margin-top: -$size !important;
    }

    &--right {
      margin-right: -$size !important;
    }

    &--bottom {
      margin-bottom: -$size !important;
    }

    &--left {
      margin-left: -$size !important;
    }

    &--ends {
      margin-top: -$size !important;
      margin-bottom: -$size !important;
    }

    &--sides {
      margin-right: -$size !important;
      margin-left: -$size !important;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sass-zero-0.0.28 app/assets/stylesheets/sass-zero/utilities/pull.scss
sass-zero-0.0.25 app/assets/stylesheets/sass-zero/utilities/pull.scss
sass-zero-0.0.24 app/assets/stylesheets/sass-zero/utilities/pull.scss
sass-zero-0.0.23 app/assets/stylesheets/sass-zero/utilities/pull.scss
sass-zero-0.0.22 app/assets/stylesheets/sass-zero/utilities/pull.scss