Skip to content

Instantly share code, notes, and snippets.

@abner
Forked from jayharris/DoingBootstrapRight.html
Last active August 29, 2015 14:16
Show Gist options
  • Save abner/5717a5bf5d0135f5c2b8 to your computer and use it in GitHub Desktop.
Save abner/5717a5bf5d0135f5c2b8 to your computer and use it in GitHub Desktop.
<div class="DoingItRight">This is how it is done!</div>
// @Import some bootstrap mixins
.DoingItRight {
.make-xs-column(6);
.make-sm-column(4);
.make-md-column(3);
.make-lg-column(2);
}
<div id="DoingItWrong" class="col-lg-2 col-md-3 col-sm-4 col-xs-6">You're doing it wrong!</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment