Skip to content

Instantly share code, notes, and snippets.

@mootari
Created October 15, 2014 15:46
Show Gist options
  • Save mootari/b0ee4b8c17a77352da5f to your computer and use it in GitHub Desktop.
Save mootari/b0ee4b8c17a77352da5f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
.icons-bla {
min-height:16px;
padding-left:20px;
@at-root li a#{&} { // not working?
background-color:orange;
}
}
// this is what i want..
li a.icons-bla {
background-color: orange;
}
.icons-bla {
min-height: 16px;
padding-left: 20px;
}
li a.icons-bla {
background-color: orange;
}
li a.icons-bla {
background-color: orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment