Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

split group of flex item

/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  flex-basis: 100%;
  height: 0;
}
Source by tobiasahlin.com #
 
PREVIOUS NEXT
Tagged: #split #group #flex #item
ADD COMMENT
Topic
Name
2+7 =