Sha256: 2035f15d2a1b6d8a4c4f1e8ba7397cb9ba07a351d3021996423dcfdd17ff30fe

Contents?: true

Size: 767 Bytes

Versions: 13

Compression:

Stored size: 767 Bytes

Contents

$contrasted-dark-default: black;
$contrasted-light-default: white;

@import "compass/css3/selection";

* {
  @include selection {
    background-color: #fe57a1;
    color: #fff;
  }
}

.hot-pink {
  @include selection {
    background-color: #fe57a1;
    color: #fff;
  }
}

.hot-pink-with-arguments {
  @include selection(#fe57a1, white);
}

.hot-pink-with-arguments-and-extra-stuff {
  @include selection(#fe57a1, white) {
    text-decoration: line-through;
  }
}

.hot-pink-with-default-foreground {
  @include selection(#fe57a1);
}

.browser-support-is-considered {
  @include selection(#fe57a1) {
    prefix: $current-prefix;
    -moz-prefix: $current-prefix == -moz;
    -ms-prefix: $current-prefix == -ms;
    -webkit-prefix: $current-prefix == -webkit;
  }
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/compass-1.0.3/test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.3 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.1.0.alpha.3 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.1.0.alpha.2 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.1.0.alpha.1 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.1.0.alpha.0 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.1 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.0 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.0.rc.1 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.0.rc.0 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.0.alpha.21 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.0.alpha.20 test/fixtures/stylesheets/compass/sass/selection.scss
compass-1.0.0.alpha.19 test/fixtures/stylesheets/compass/sass/selection.scss