Skip to content

Instantly share code, notes, and snippets.

@saltcod
Last active August 29, 2015 14:22
Show Gist options
  • Save saltcod/213a73a3158fe452236e to your computer and use it in GitHub Desktop.
Save saltcod/213a73a3158fe452236e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.header {
// mobile modifier
&--mobile {
background: red;
}
// nav block
&-nav {
background: green;
a { color: black };
}
}
.header--mobile {
background: red;
}
.header-nav {
background: green;
}
.header-nav a {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment