# normalize
Includes itp-normalize on top of [normalize.css](https://github.com/necolas/normalize.css/).

```css
@import 'itp-css/normalize.css';
```

```javascript
import 'itp-css/normalize.css';
```

 normalize.css will reset a bunch of global elements, see the [normalize.css repo](https://github.com/necolas/normalize.css/). itp-normalize will reset the styles of the following global elements:

```css
blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul, li, table, fieldset
```

---
[Back to overview](../README.md)