Created
October 17, 2013 22:15
-
-
Save jonathanhudak/7033237 to your computer and use it in GitHub Desktop.
Double border
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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