Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 441 Bytes

File metadata and controls

9 lines (8 loc) · 441 Bytes

The New CSS Reset

This new CSS reset is using the new CSS features:

  • The global CSS reset keywords, ‘unset’ and ‘revert’ keywords.
  • The new property of ‘all’ which can reset all properties combined.
  • The :where() pseudo-class to remove specificity.
  • The :not() pseudo-class with multi arguments.

Browsers Support

All evergreen browsers (except Samsung Internet browser version 14, will be support in the next version).