Sha256: 93e121b060d7e9adf5eb57abf304f72c5b2ebe173ab94871c9b9812f33d7cb87

Contents?: true

Size: 511 Bytes

Versions: 26

Compression:

Stored size: 511 Bytes

Contents

$debug-browser-support: true;
@import "compass/css3/filter";

.blur {
  @include filter(blur(5px));
}
.brightness {
  @include filter(brightness(0.2));
}
// We can enable this test case when sass commit 38f3c4be8bc15c130c5b1cc5880c9131e1bcb08f is released.
// .saturate {
//   @include filter(saturate(50%));
// }
.hue-rotate {
  @include filter(hue-rotate(20deg));
}
.contrast {
  @include filter(contrast(150%));
}
.grayscale {
  @include filter(grayscale(150%));
}
.sepia {
  @include filter(sepia(150%));
}

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/compass-1.0.3/test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.3 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.1.0.alpha.3 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.1.0.alpha.2 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.1.0.alpha.1 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.1.0.alpha.0 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.1 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.rc.1 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.rc.0 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.21 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.20 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.19 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.18 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.17 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.16 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.15 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.14 test/fixtures/stylesheets/compass/sass/filters.scss
compass-1.0.0.alpha.13 test/fixtures/stylesheets/compass/sass/filters.scss
compass-0.13.alpha.12 test/fixtures/stylesheets/compass/sass/filters.scss