Sha256: cc537b2fa7a61919f1d35244beccacb1b58e3651c2ee8cd769306d9cf6eb8ee3

Contents?: true

Size: 591 Bytes

Versions: 17

Compression:

Stored size: 591 Bytes

Contents

@import "archetype";

a {
  @include vertical-spacing(2);
  @include vertical-spacing(2, $method: margin);
}

b {
  @include vertical-spacing(nil 2);
  @include vertical-spacing(nil 2, $method: margin);
}

c {
  @include vertical-spacing(2 nil);
  @include vertical-spacing(2 nil, $method: margin);
}

d {
  @include vertical-spacing(nil 2.6);
  @include vertical-spacing(nil 2.6, $abuse: true);
  @include vertical-spacing(nil 2.6, $abuse: true, $method: margin);
}

e {
  @include vertical-spacing($top: 0, $bottom: 0);
  @include vertical-spacing($top: 0, $bottom: 0, $method: margin);
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.13 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.12 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.11 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.10 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.9 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.8 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.7 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.6 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.5 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.4 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.90263a7 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.6ed259b test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.f9dde24 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.00dfd9a test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.83f0d7a test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.55c4182 test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
archetype-0.0.1.pre.3.811928f test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss