Skip to content

Instantly share code, notes, and snippets.

@heimdallrj
Last active February 24, 2017 11:10
Show Gist options
  • Save heimdallrj/69f99e9765a9cb2d2ac051293b5f9fec to your computer and use it in GitHub Desktop.
Save heimdallrj/69f99e9765a9cb2d2ac051293b5f9fec to your computer and use it in GitHub Desktop.
// Incorrect:
div#a, dv#b {}
// Correct:
.ab {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment