jce-manager/_sass/bourbon/css3/_filter.scss
2014-09-11 15:49:20 +03:00

6 lines
139 B
SCSS

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