Sha256: eadc8ac2f158921e68d848144d53001ea890dc14fd73100671b218c38f0db46b

Contents?: true

Size: 215 Bytes

Versions: 11

Compression:

Stored size: 215 Bytes

Contents

@mixin absolute($top:false,$right:false,$bottom:false,$left:false) {
  position:absolute;
  @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/_absolute.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.6 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.5 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.4 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/layout/_absolute.scss
stitch-0.1.3 stylesheets/stitch/patterns/layout/_absolute.scss