From e2c62f2f85e72154752812c4b9221cba97ee284d Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 29 Mar 2013 22:08:06 -0300 Subject: [PATCH] Update vendor.styl Add vendor support for "filter" property --- lib/nib/vendor.styl | 7 +++++++ 1 file changed, 7 insertions(+) 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. */