From 679300a900cec5780f46de4ca8556cb1e9714e91 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Wed, 19 Aug 2015 12:19:59 -0700 Subject: [PATCH] columns vendor support --- lib/nib/vendor.styl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/nib/vendor.styl b/lib/nib/vendor.styl index c0cfb859..62bc205a 100644 --- a/lib/nib/vendor.styl +++ b/lib/nib/vendor.styl @@ -67,6 +67,14 @@ box-shadow() user-select() vendor('user-select', arguments, only: webkit moz ms official) +/* + * Vendor "columns" support. + */ + +columns() + vendor('columns', arguments, only: webkit moz official) + + /* * Vendor "column-count" support. */