Sha256: adc39406fdc481da331e64efd1b103c59d1f234bbe7833eb59a59d62b8141952

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

.blur {
  /* Capability css-filters is prefixed with -webkit because omitting it would affect 42.57254% of users and the threshold is 0.1%. */
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.brightness {
  /* Capability css-filters is prefixed with -webkit because omitting it would affect 42.57254% of users and the threshold is 0.1%. */
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2); }

.hue-rotate {
  /* Capability css-filters is prefixed with -webkit because omitting it would affect 42.57254% of users and the threshold is 0.1%. */
  -webkit-filter: hue-rotate(20deg);
  filter: hue-rotate(20deg); }

.contrast {
  /* Capability css-filters is prefixed with -webkit because omitting it would affect 42.57254% of users and the threshold is 0.1%. */
  -webkit-filter: contrast(150%);
  filter: contrast(150%); }

.grayscale {
  /* Capability css-filters is prefixed with -webkit because omitting it would affect 42.57254% of users and the threshold is 0.1%. */
  -webkit-filter: grayscale(150%);
  filter: grayscale(150%); }

.sepia {
  /* Capability css-filters is prefixed with -webkit because omitting it would affect 42.57254% of users and the threshold is 0.1%. */
  -webkit-filter: sepia(150%);
  filter: sepia(150%); }

Version data entries

4 entries across 3 versions & 1 rubygems

Version Path
compass-0.13.alpha.7 test/fixtures/stylesheets/compass/css/filters.css
compass-0.13.alpha.7 test/fixtures/stylesheets/compass/tmp/filters.css
compass-0.13.alpha.6 test/fixtures/stylesheets/compass/css/filters.css
compass-0.13.alpha.5 test/fixtures/stylesheets/compass/css/filters.css