Skip to content

Instantly share code, notes, and snippets.

@ruedap
Last active December 19, 2015 03:58
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 ruedap/5893733 to your computer and use it in GitHub Desktop.
Save ruedap/5893733 to your computer and use it in GitHub Desktop.
// Sass 3.2.9
=hoge($c1: #111, $c2: #222, $c3: #333, $c4:#444)
border-top: $c1
border-left: $c2
border-right: $c3
border-bottom: $c4
.hoge
+hoge($c1: #000, $c2: #000, $c4: #000)
.hoge {
border-top: black;
border-left: black;
border-right: #333333;
border-bottom: black; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment