diff --git a/lib/nib/vendor.styl b/lib/nib/vendor.styl index c0cfb859..d154fd4f 100644 --- a/lib/nib/vendor.styl +++ b/lib/nib/vendor.styl @@ -521,3 +521,10 @@ list-style-image() vendor('list-style-image', arguments, vendor-property: false) else list-style-image arguments + +/* + * Vendor clip-path support. + */ + + clip-path() + vendor('clip-path', arguments, only: webkit official)