Skip to content

Instantly share code, notes, and snippets.

@taxigy
Last active November 25, 2018 22:54
Show Gist options
  • Save taxigy/4636c5ec4b74226c1d589cafe53ace9e to your computer and use it in GitHub Desktop.
Save taxigy/4636c5ec4b74226c1d589cafe53ace9e to your computer and use it in GitHub Desktop.
Red flag in CSS stylesheet design
// Okay
.button {
background-color: black;
}
// Okay
.label {
background-color: white;
}
// Noooooo
.big {
font-size: 0.75rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment