presidential-innovation-fellows/dap-guide

View on GitHub
_sass/lib/bourbon/css3/_filter.scss

Summary

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