blob: 8560d77676dcd65a417a9cf4562c317d6f0e42db [file] [log] [blame]
@mixin filter($function: none) {
// <filter-function> [<filter-function]* | none
@include prefixer(filter, $function, webkit spec);
}