Sha256: 3a954384b3e0beb1c9b63ade1c67ab7e4a6624692a692dd1d4cf0c88ad7b0303

Contents?: true

Size: 823 Bytes

Versions: 17

Compression:

Stored size: 823 Bytes

Contents

@import "archetype";

.target-linux {
  @include target-os(linux, top, -3px);
  @include target-os(linux, width, 300px);
}

.target-apple {
  @include target-os(apple, top, -3px);
  @include target-os(apple, width, 300px);
}

.target-mac {
  @include target-os(mac, top, -3px);
  @include target-os(mac, width, 300px);
}

.target-osx {
  @include target-os(osx, top, -3px);
  @include target-os(osx, width, 300px);
}

.target-windows {
  @include target-os(windows, top, -3px);
  @include target-os(windows, width, 300px);
}

.target-win {
  @include target-os(win, top, -3px);
  @include target-os(win, width, 300px);
}

.target-winxp {
  @include target-os(winxp, top, -3px);
  @include target-os(winxp, width, 300px);
}

.target-win7 {
  @include target-os(win7, top, -3px);
  @include target-os(win7, width, 300px);
}

Version data entries

17 entries across 17 versions & 1 rubygems

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