Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created September 29, 2010 02:24
Show Gist options
  • Save chriseppstein/602206 to your computer and use it in GitHub Desktop.
Save chriseppstein/602206 to your computer and use it in GitHub Desktop.
html.flexbox {
.stages, .stage, .dimension, .description {
/* Removes the float layout */
@include sunken;
}
.stages {
@include flexbox(horizontal);
@include distribute-children(justify);
}
.stage {
@include flexbox(vertical);
@include distribute-children(justify);
@include box-flex(1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment