diff --git a/lib/nib/vendor.styl b/lib/nib/vendor.styl index 9d50f1e7..3287abe2 100644 --- a/lib/nib/vendor.styl +++ b/lib/nib/vendor.styl @@ -217,6 +217,13 @@ background-origin() background-size() vendor('background-size', arguments, only: webkit moz official) +/* + * Vendor "filter" support. + */ + +filter() + vendor('filter', arguments, only: webkit) + /* * Vendor "transform" support. */