Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created August 10, 2013 11:26
Show Gist options
  • Save babsgosgens/6200091 to your computer and use it in GitHub Desktop.
Save babsgosgens/6200091 to your computer and use it in GitHub Desktop.
.full {
@include column-width(1/1);
}
// Outputs:
.full {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment