funky/_sass/bourbon/css3/_filter.scss
2016-06-17 12:53:50 +01:00

5 lines
138 B
SCSS

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