app/assets/stylesheets/sass-zero/utilities/_pull.scss in sass-zero-1.3.2 vs app/assets/stylesheets/sass-zero/utilities/_pull.scss in sass-zero-1.3.3

- old
+ new

@@ -1,13 +1,13 @@ +@import "../variables/sizing"; + // ******************************************************************* // Pull Utilities // .pull-[xs|sm|md|lg|xl]--top // .pull-[xs|sm|md|lg|xl]--right // .pull-[xs|sm|md|lg|xl]--bottom // .pull-[xs|sm|md|lg|xl]--left // ******************************************************************* - -@import "../variables/sizing"; @each $scale, $size in $size-map { .pull-#{$scale}--top { margin-top: $size * -1 !important; }