Skip to content

Instantly share code, notes, and snippets.

@oller
Created September 7, 2014 18:09
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 oller/0fa756fb55e0ed4ee45b to your computer and use it in GitHub Desktop.
Save oller/0fa756fb55e0ed4ee45b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.3)
// Compass (v1.0.1)
// ----
.portfolio-grid__work {
// other styles
.portfolio-grid__thumb {
@at-root {
.masked#{&} {
opacity: .1;
}
}
}
}
.masked.portfolio-grid__work .portfolio-grid__thumb {
opacity: .1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment