Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 295 Bytes

File metadata and controls

8 lines (6 loc) · 295 Bytes
title Ideas for CSS Flexible Box Layout Level 2

Ideas for CSS Flexible Box Layout Level 2

  • flex-wrap: nowrap | [ tight || balance || wrap ] to allow tight-packing (line break based on min-size) and line-balancing
  • break-before/after: flex-line to allow explicit line breaks