Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 557 Bytes

sanitize.md

File metadata and controls

17 lines (12 loc) · 557 Bytes

sanitize.css

Sanitize.css makes browsers render elements more in line with developer expectations (e.g. having the box model set to a cascading box-sizing: border-box) and preferences (its defaults can be individually overridden).

It was selected over older projects like normalize.css and reset.css due to its greater flexibility and better alignment with CSSNext features like CSS variables.

See the official documentation for more information.


Don't like this feature? Click here