Skip to content

Instantly share code, notes, and snippets.

@ream88
Forked from metaskills/gist:4751248
Last active December 12, 2015 10:39
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 ream88/4761125 to your computer and use it in GitHub Desktop.
Save ream88/4761125 to your computer and use it in GitHub Desktop.
// Inside my base include file which includes Compass.
%bs-border-box { @include box-sizing(border-box); }
// Inside my application Sass file.
@each $el in elements-of-type('block') { #{$el} { @extend %bs-border-box; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment