Skip to content

Instantly share code, notes, and snippets.

@jchild3rs
Created November 20, 2014 21:59
Show Gist options
  • Save jchild3rs/dcfc0416f43a06e8ea86 to your computer and use it in GitHub Desktop.
Save jchild3rs/dcfc0416f43a06e8ea86 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.bem {
&__element {
color: red;
}
&--tall {
height: 100px;
}
}
.bem__element {
color: red;
}
.bem--tall {
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment