Skip to content

Commit

Permalink
Mention GitHub Sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 25, 2021
1 parent ebf9516 commit 3bc98de
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,27 @@
<img src="media/logo.svg" alt="modern-normalize">
<br>
<br>
<div align="center">
<p>
<p>
<sup>
<a href="https://github.com/sponsors/sindresorhus">My open source work is supported by the community</a>
</sup>
</p>
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://standardresume.co/tech">
<img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="200"/>
</a>
</p>
</div>
<br>
<br>
<br>
<br>
</div>


## Differences from [`normalize.css`](https://github.com/necolas/normalize.css)

- Smaller
Expand All @@ -21,14 +36,12 @@ All credit should go to `normalize.css`. I just removed some cruft and added som

[**The goal of this project is to make itself obsolete.**](https://github.com/sindresorhus/modern-normalize/issues/2)


## Browser support

- Latest Chrome
- Latest Firefox
- Latest Safari


## Install

```
Expand All @@ -46,7 +59,6 @@ $ npm install modern-normalize
- [unpkg](https://unpkg.com/modern-normalize)
- [cdnjs](https://cdnjs.com/libraries/modern-normalize)


## Usage

```css
Expand All @@ -59,14 +71,12 @@ or
<link rel="stylesheet" href="node_modules/modern-normalize/modern-normalize.css">
```


## FAQ

### Can you provide Sass, Less, etc, ports?

There's absolutely no reason to have separate ports for these. They are just CSS supersets and can import CSS directly.


## Related

- [sass-extras](https://github.com/sindresorhus/sass-extras) - Useful utilities for working with Sass

0 comments on commit 3bc98de

Please sign in to comment.