Skip to content

Instantly share code, notes, and snippets.

@callum
Created May 29, 2015 11:15
Show Gist options
  • Save callum/c377b8be795d7b02704f to your computer and use it in GitHub Desktop.
Save callum/c377b8be795d7b02704f to your computer and use it in GitHub Desktop.
// no
.big-red-text {
font-size: 3rem;
color: red;
}
// yes
.headline {
font-size: 3rem;
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment