Skip to content

Instantly share code, notes, and snippets.

@bridgestew
Created July 7, 2013 17:10
Show Gist options
  • Save bridgestew/5944155 to your computer and use it in GitHub Desktop.
Save bridgestew/5944155 to your computer and use it in GitHub Desktop.
Specific selector combinations based on the current DOM structure make styles less portable. This is too restrictive, even if it isn't a lengthy combination.
.accordion-super h1 {
color: blue;
font-family: serif;
font-size: 20px;
}
.faq h2.question {
color: blue;
font-size: 18px;
}
.archive h4 {
color: green;
font-family: serif;
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment