From f91f0ced25ca64bc9c4bde213759b8dae175cc9a Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 9 Jul 2015 11:32:49 +0800 Subject: [PATCH] add box-shadow support. --- lib/vendor.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/vendor.styl b/lib/vendor.styl index 08d2a5e..2fdff63 100644 --- a/lib/vendor.styl +++ b/lib/vendor.styl @@ -70,6 +70,9 @@ box-pack() border-radius() vendor('border-radius', arguments, only: webkit official) +box-shadow() + vendor('box-shadow', arguments, only: webkit official) + border-image() vendor('border-image', arguments, only: webkit moz o official)