Coding CSS for Context

Avatar of Chris Coyier
Chris Coyier on

Snook on naming a class:

Here’s what’s important:

  • We want to identify that this is a variation on our button.
  • We want to indicate the purpose of this button style.
  • We want to avoid tying the code to a particular context that could change.

Direct Link →