split group of flex item

Solutions on MaxInterview for split group of flex item by the best coders in the world

showing results for - "split group of flex item"
Valeria
16 Feb 2016
1/* Inserting this collapsed row between two flex items will make 
2 * the flex item that comes after it break to a new row */
3.break {
4  flex-basis: 100%;
5  height: 0;
6}
7