Skip to content

Instantly share code, notes, and snippets.

@christabor
Created July 15, 2014 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christabor/6b4a507e2dfa811a17a1 to your computer and use it in GitHub Desktop.
Save christabor/6b4a507e2dfa811a17a1 to your computer and use it in GitHub Desktop.
css refactor hack
// use @hack to specify all selectors that should be removed at a later point in time!
// @hack
#shitty-overqualified-id {
font-size: 12.em;
}
// @hack
#another-overqualified-id {
padding: 1.3m;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment