Skip to content

Instantly share code, notes, and snippets.

@mekhami
Last active February 27, 2016 18:56
Show Gist options
  • Save mekhami/a102201bc87d629fc0ed to your computer and use it in GitHub Desktop.
Save mekhami/a102201bc87d629fc0ed to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.2)
// ----
.single-list article ol {
padding: 0;
li {
font-size: 10px;
.credit {
color: black;
}
.caption {
color: green
}
}
&.Success article .entry-content {
a {
color: red;
}
}
}
.single-list article ol {
padding: 0;
}
.single-list article ol li {
font-size: 10px;
}
.single-list article ol li .credit {
color: black;
}
.single-list article ol li .caption {
color: green;
}
.single-list article ol.Success article .entry-content a {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment