Skip to content

Instantly share code, notes, and snippets.

@peduarte
Created January 27, 2016 13:33
Show Gist options
  • Select an option

  • Save peduarte/dadc48810ed29afebff8 to your computer and use it in GitHub Desktop.

Select an option

Save peduarte/dadc48810ed29afebff8 to your computer and use it in GitHub Desktop.
/**
*
* Item Module
*
**/
.Item {
@include flexbox;
@include flex-direction(column);
width: 100%;
padding: $spacing;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment