Skip to content

Instantly share code, notes, and snippets.

@alienresident
Created February 18, 2014 19:43
Show Gist options
  • Save alienresident/9078434 to your computer and use it in GitHub Desktop.
Save alienresident/9078434 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
$bodyclass: 'imr';
// http://sassmeister.com/gist/9078434
// Two ways to pass a $bodyclass
.user-profile {
.#{$bodyclass} & {
border:dotted;
}
}
.#{$bodyclass} .user-profile {
border:solid;
}
.imr .user-profile {
border: dotted;
}
.imr .user-profile {
border: solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment