Skip to content

Instantly share code, notes, and snippets.

@wesruv
Created July 14, 2014 19:51
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 wesruv/e52d26d64b9612cce848 to your computer and use it in GitHub Desktop.
Save wesruv/e52d26d64b9612cce848 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.0.rc.1)
// Compass (v1.0.0.alpha.20)
// ----
.teacher {
color: red;
font-family: Arial, sans-serif;
&--grade1 {
@extend .teacher;
color: blue;
}
}
.teacher, .teacher--grade1 {
color: red;
font-family: Arial, sans-serif;
}
.teacher--grade1 {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment