oakmac/snowflake-css

minor tweak on naming convention description

Closed this issue · 1 comments

Snowflake CSS uses the following convention for class names:

  1. only lower-case letters with hyphens (ie: snake-case)
  2. append a hyphen and 5-digit hash to the end of the class name:

(added "hyphen and") on second rule.

I think commit #22272319 brings some clarity here.

Not sure "hyphen and" is necessary; the examples directly below in the README demonstrate the usage.