Skip to content

Commit 1808712

Browse files
committed
Update documentation, add unopinionated version
1 parent 3f3cbc2 commit 1808712

2 files changed

Lines changed: 404 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# normalize.css [<img src="https://camo.githubusercontent.com/0d1347e7b4ede3d714150c863a44c932f3c4d84e/68747470733a2f2f6e65636f6c61732e6769746875622e696f2f6e6f726d616c697a652e6373732f6c6f676f2e737667" alt="normalize" width="90" height="90" align="right">][normalize.css]
1+
# csstools-normalize [<img src="https://camo.githubusercontent.com/0d1347e7b4ede3d714150c863a44c932f3c4d84e/68747470733a2f2f6e65636f6c61732e6769746875622e696f2f6e6f726d616c697a652e6373732f6c6f676f2e737667" alt="normalize" width="90" height="90" align="right">][csstools-normalize]
22

3-
[normalize.css] is a CSS library that provides consistent, cross-browser
3+
[csstools-normalize] is a CSS library that provides consistent, cross-browser
44
default styling of HTML elements.
55

66
## Usage
@@ -11,13 +11,13 @@ npm install --save @csstools/normalize.css
1111

1212
### Usage in npm and webpack
1313

14-
Import [normalize.css] in CSS:
14+
Import [csstools-normalize] in CSS:
1515

1616
```css
1717
@import '~@csstools/normalize.css';
1818
```
1919

20-
Alternatively, import [normalize.css] in JS:
20+
Alternatively, import [csstools-normalize] in JS:
2121

2222
```js
2323
import '@csstools/normalize.css';
@@ -74,4 +74,4 @@ contribution process easy and effective for everyone involved.
7474
normalize.css is a project by [Jonathan Neal](https://github.com/jonathantneal),
7575
co-created with [Nicolas Gallagher](https://github.com/necolas).
7676

77-
[normalize.css]: https://github.com/csstools/normalize.css
77+
[csstools-normalize]: https://github.com/csstools/normalize.css

0 commit comments

Comments
 (0)