Skip to content

Instantly share code, notes, and snippets.

@jonathanhudak
Created October 17, 2013 22:15
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 jonathanhudak/7033237 to your computer and use it in GitHub Desktop.
Save jonathanhudak/7033237 to your computer and use it in GitHub Desktop.
Double border
@mixin trim-border($thinColor, $thickColor) {
box-shadow:
0 0 0 1px $thinColor,
0 0 0 9px $thickColor;
//@include box-sizing(content-box);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment