Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 423 Bytes

File metadata and controls

8 lines (7 loc) · 423 Bytes

CSS coding standards

  1. Avoid unnecessary quotes, use single quotes when quotes are necessary
  2. Class names should be lowercase dasherized
  3. One selector per line
  4. Use hsl()/hsla() for colors
  5. Use normal/bold (instead of 100, 400, 700, etc) for font-weight
    1. Exception: if you are using a specific font that supports more weights and you need to use one of them