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. */