Skip to content

Instantly share code, notes, and snippets.

View getpavilion's full-sized avatar

Pavilion getpavilion

View GitHub Profile
@getpavilion
getpavilion / Pavilion flexbox classes 1.0.28 and later
Created December 23, 2016 13:38
Pavilion flexbox classes 1.0.28 and later
/**
* Rows & Columns for the grid
*/
.row-flex {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-right: -1.5rem;
margin-left: -1.5rem;
@getpavilion
getpavilion / Pavilion flexbox classes 1.0.27 and earlier
Last active December 23, 2016 13:34
Old flexbox configuration of Pavilion - deprecated after version 1.0.27
/**
* Rows & Columns for the grid
*/
.row-flex {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin-right: -1.5rem;
margin-left: -1.5rem;