Skip to content

Instantly share code, notes, and snippets.

@lozandier
Created November 14, 2015 16:41
Show Gist options
  • Select an option

  • Save lozandier/006574186ce7970c45c6 to your computer and use it in GitHub Desktop.

Select an option

Save lozandier/006574186ce7970c45c6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
p {
box-shadow: 0 0 5px #000;
.no-boxshadow & {
border: solid 1px #000;
}
}
p {
box-shadow: 0 0 5px #000;
}
.no-boxshadow p {
border: solid 1px #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment