necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.32k stars 10.66k forks source link

Update readme with npm import instructions #813

Open tomyo opened 4 years ago

tomyo commented 4 years ago

I had to google around to actually find the import statement needed to use this:

import 'normalize.css';  // In my case, when using React

I think something like this should be included in the readme, at least for the non experienced npm users.

PS: seems I'm not alone on this.

PS2: Thanks for making this package!