From b8fa8e86a5b5b722036924279f8d92267fc2d650 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Fri, 1 Apr 2016 20:57:50 -0700 Subject: [PATCH] break-inside support --- lib/nib/vendor.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/nib/vendor.styl b/lib/nib/vendor.styl index c0cfb859..adee6e91 100644 --- a/lib/nib/vendor.styl +++ b/lib/nib/vendor.styl @@ -130,6 +130,16 @@ column-span() column-fill() vendor('column-fill', arguments, only: moz) +/* + * Vendor "break-inside" support. -github.com/acdidjazz + */ + +break-inside() + vendor('break-inside', arguments, only: webkit moz official) + vendor('column-break-inside', arguments, only: webkit moz official) + + + /* * Legacy syntax support for background-clip and background-origin */