blog

Coding CSS for Context

Category: Link, naming

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 to ArticlePermalink


Coding CSS for Context is a post from CSS-Tricks

LEAVE A REPLY