summaryrefslogtreecommitdiff
path: root/_sass/bourbon/css3/_filter.scss
blob: b8f8ffb0e77a8b3b0079ea943b82d58d2727460e (plain)
1
2
3
4
@mixin filter($function: none) {
  // <filter-function> [<filter-function]* | none
  @include prefixer(filter, $function, webkit spec);
}