Skip to content

Instantly share code, notes, and snippets.

@dandorman
Created April 16, 2015 15:42
Show Gist options
  • Save dandorman/d8ba07abaace6edb80fd to your computer and use it in GitHub Desktop.
Save dandorman/d8ba07abaace6edb80fd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.btn {
font-weight: bold;
&:focus {
font-style: italic;
}
}
.blah {
@extend .btn;
}
.btn, .blah {
font-weight: bold;
}
.btn:focus, .blah:focus {
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment