Skip to content

Instantly share code, notes, and snippets.

@peduarte
Created January 27, 2016 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peduarte/dadc48810ed29afebff8 to your computer and use it in GitHub Desktop.
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