• Enables DRYer code
  • Makes you avoid more bugs and makes you more efficient
  • Example
    • text-align: center cascades to all children

Which ones?

  • Not all properties are inherited.
    • Typographical properties like color, font-family, font-size, and line-height are typically inherited.
    • box model properties like border, padding, margin, and width are not inherited.
    • Stack overflow question