funky/_sass/bourbon/css3/_filter.scss

5 lines
138 B
SCSS
Raw Normal View History

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