mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 16:29:18 +00:00
18 lines
557 B
Markdown
18 lines
557 B
Markdown
![]() |
# `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](https://github.com/10up/sanitize.css) for more
|
||
|
information.
|
||
|
|
||
|
---
|
||
|
|
||
|
_Don't like this feature? [Click here](remove.md)_
|