Skip to content

Instantly share code, notes, and snippets.

@czkimura
Created November 25, 2015 01:14
Show Gist options
  • Save czkimura/508ad1cec350b588f7e6 to your computer and use it in GitHub Desktop.
Save czkimura/508ad1cec350b588f7e6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$black: #000000;
.borderBlack {
border: solid 1px $black;
}
.borderBlack {
border: solid 1px #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment