Skip to content

Instantly share code, notes, and snippets.

@pdokas
Created February 10, 2015 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdokas/761fee6fc6c7c18b6016 to your computer and use it in GitHub Desktop.
Save pdokas/761fee6fc6c7c18b6016 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="global-nav-container">hi</div>
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
.foo {
& > .bar { color: green; }
> .bar { color: blue; }
}
.foo > .bar {
color: green;
}
.foo > .bar {
color: blue;
}
<div class="global-nav-container">hi</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment