Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created March 8, 2014 18:49
Show Gist options
  • Save kristoferjoseph/9436924 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/9436924 to your computer and use it in GitHub Desktop.
CSS Scope
.button {
background-color: Aqua;
}
/* Some thousand lines later */
.button {
background-color: BurlyWood;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment