Skip to content

Instantly share code, notes, and snippets.

@smykes
Created January 26, 2015 18:24
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 smykes/84729cc05ab068a1668c to your computer and use it in GitHub Desktop.
Save smykes/84729cc05ab068a1668c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.btn-facebook, .btn-facebook:hover {
background: $facebook-blue;
border-color: $facebook-blue-b;
.badge {
color: $facebook-blue;
}
}
.btn-facebook:active {
background: $facebook-blue-b;
}
Undefined variable: "$facebook-blue".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment