Created
August 26, 2016 20:38
-
-
Save ryanve/a037c813dabf42b2055e0045a4ab185b to your computer and use it in GitHub Desktop.
sass border side mixin
This file contains hidden or 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 border($side: null) { | |
| #{if($side, border-#{$side}, border)}: 2px solid; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment