pogodevorg/docs.pogodev.org

View on GitHub
bower_components/bourbon/app/assets/stylesheets/css3/_filter.scss

Summary

Maintainability
Test Coverage
@mixin filter($function: none) {
  // <filter-function> [<filter-function]* | none
  @include prefixer(filter, $function, webkit spec);
}