necolas / normalize.css

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

Please add normalize.min.css #911

Open ghost opened 6 months ago

ghost commented 6 months ago

I am using npm cdn, I need normalize.min.css. But there isn't normalize.min.css in npm registry.

arunanshub commented 5 months ago

You should be able to use normalize.min.css just by adding min:

https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css

Check jsDelivr page for normalize.css for more info.