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