Skip to content

Instantly share code, notes, and snippets.

@oller
Created September 7, 2014 08:06
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/ab706b800b004ee37dc1 to your computer and use it in GitHub Desktop.
Save oller/ab706b800b004ee37dc1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
.portfolio-grid__work {
// Masked Toggling - To be tidied Up!
// &.masked {
// .portfolio-grid__thumb {
// opacity: .1;
// }
// }
.portfolio-grid__thumb {
font-weight: bold;
@at-root {
.masked #{&} {
// color:blue;
opacity: .1;
}
}
}
}
source string:14: error: error reading values after
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment