Skip to content

Instantly share code, notes, and snippets.

@eriteric
Created March 17, 2015 20:25
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 eriteric/4baa66f04822a19e7b9e to your computer and use it in GitHub Desktop.
Save eriteric/4baa66f04822a19e7b9e to your computer and use it in GitHub Desktop.
Boostrap 3 no gutters less
// from: http://julienmelissas.com/no-gutter-column-trick-for-bootstrap/
.row.no-gutters {
margin-right: 0;
margin-left: 0;
& > [class^="col-"],
& > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment