Skip to content

Instantly share code, notes, and snippets.

@tddewey
Created July 10, 2015 19:01
Show Gist options
  • Save tddewey/2bc1e2f68ca7f1a7bfc8 to your computer and use it in GitHub Desktop.
Save tddewey/2bc1e2f68ca7f1a7bfc8 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