Skip to content

Instantly share code, notes, and snippets.

@byrichardpowell
Created August 25, 2012 17:28
Show Gist options
  • Save byrichardpowell/3468196 to your computer and use it in GitHub Desktop.
Save byrichardpowell/3468196 to your computer and use it in GitHub Desktop.
Do not use Id's as style hooks
/* BAD: */
#header-page { /* Styles */ }
/* GOOD: */
.header-page { /* Styles */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment