Skip to content

Instantly share code, notes, and snippets.

@julzmon
Last active August 29, 2015 14:02
Show Gist options
  • Save julzmon/064ba275ed9119d23523 to your computer and use it in GitHub Desktop.
Save julzmon/064ba275ed9119d23523 to your computer and use it in GitHub Desktop.
.make-column(@large, @medium, @small, @tiny: 16) {
.make-xs-column(@tiny);
.make-sm-column(@small);
.make-md-column(@medium);
.make-lg-column(@large);
}
section#main-content { .make-column(8,8,9,12); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment