From 3318bc8d8f98a11cd80b4fe15176c24a27fc3987 Mon Sep 17 00:00:00 2001 From: YangHJ Date: Thu, 28 Apr 2016 19:12:42 -0400 Subject: [PATCH] Add vendor clip-path support. This solves Issue #259 --- lib/nib/vendor.styl | 7 +++++++ 1 file changed, 7 insertions(+) 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)