Sha256: 6a64281c0ef157a2640b72e8dbdc9ee877c7e4b363b7e9d4165975678b4b5517

Contents?: true

Size: 229 Bytes

Versions: 9

Compression:

Stored size: 229 Bytes

Contents

@mixin move-up($x) {
  position:relative;
  top:-$x;
}

@mixin move-down($x) {
  position:relative;
  top:$x;
}

@mixin move-left($x) {
  position:relative;
  left:-$x;
}

@mixin move-right($x) {
  position:relative;
  left:$x;
}

Version data entries

9 entries across 9 versions & 1 rubygems

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