Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/nib/vendor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down