Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created August 18, 2014 23:19
Show Gist options
  • Select an option

  • Save iamcarrico/8da58574b53d81eba150 to your computer and use it in GitHub Desktop.

Select an option

Save iamcarrico/8da58574b53d81eba150 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.0)
// ----
nav {
font-size: 1em;
> ul {
font-size: 2em;
> li {
font-size: 3em;
}
}
}
nav {
font-size: 1em;
}
nav > ul {
font-size: 2em;
}
nav > ul > li {
font-size: 3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment