Skip to content

Instantly share code, notes, and snippets.

@wadadanet
Last active March 15, 2019 07:57
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 wadadanet/2d679cfac9f5883f1c57c0e183c1fe3b to your computer and use it in GitHub Desktop.
Save wadadanet/2d679cfac9f5883f1c57c0e183c1fe3b to your computer and use it in GitHub Desktop.
// bootstrap gutter
// ex: .row.gutter-10
@for $num from 1 through 5
$v: $num * 5px / 2
.gutter-#{$num*5}
margin-left: #{$v * -1}
margin-right: #{$v * -1}
> [class*='col-']
padding-left: $v
padding-right: $v
padding-bottom: #{$num * 5px}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment