Sha256: 5aa9908b825ffe5a918a1bb85fa2ea56f5fa17bcb9608cbd93a722b57c272ffd

Contents?: true

Size: 651 Bytes

Versions: 20

Compression:

Stored size: 651 Bytes

Contents

@import "shared";

// Provides cross-browser support for the upcoming (?) css3 filter property.
//
// Each filter argument should adhere to the standard css3 syntax for the
// filter property.
@mixin filter (
  $filter-1,
  $filter-2 : false,
  $filter-3 : false,
  $filter-4 : false,
  $filter-5 : false,
  $filter-6 : false,
  $filter-7 : false,
  $filter-8 : false,
  $filter-9 : false,
  $filter-10: false
) {
  $filter : compact($filter-1, $filter-2, $filter-3, $filter-4, $filter-5, $filter-6, $filter-7, $filter-8, $filter-9, $filter-10);
  @include experimental(filter, $filter,
    -moz, -webkit, not -o, not -ms, not -khtml, official
  );
}

Version data entries

20 entries across 19 versions & 5 rubygems

Version Path
egghead-styles-1.0.82 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.81 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.80 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.79 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.78 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.77 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.76 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.75 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.74 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
egghead-styles-1.0.73 app/assets/stylesheets/plugins/compass/compass/css3/_filter.scss
compass-0.12.7 frameworks/compass/stylesheets/compass/css3/_filter.scss
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/css3/_filter.scss
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/css3/_filter.scss
compass-0.12.6 frameworks/compass/stylesheets/compass/css3/_filter.scss
compass-0.12.5 frameworks/compass/stylesheets/compass/css3/_filter.scss
compass-0.12.4 frameworks/compass/stylesheets/compass/css3/_filter.scss
compass-0.12.3 frameworks/compass/stylesheets/compass/css3/_filter.scss
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 frameworks/compass/stylesheets/compass/css3/_filter.scss
simple-compass-0.0.1 sass/compass/css3/_filter.scss
compass-0.12.2 frameworks/compass/stylesheets/compass/css3/_filter.scss