Sha256: 86a49df6f8b9964d7ab8b504f3ece59b131fb12e8931d997d5e8dc4e6c57cadd

Contents?: true

Size: 215 Bytes

Versions: 11

Compression:

Stored size: 215 Bytes

Contents

@mixin relative($top:false,$right:false,$bottom:false,$left:false) {
  position:relative;
  @if $top    { top:$top; }
  @if $left   { left:$left; }
  @if $bottom { bottom:$bottom; }
  @if $right  { right:$right; }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.6 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.5 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.4 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/layout/_relative.scss
stitch-0.1.3 stylesheets/stitch/patterns/layout/_relative.scss