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

Where i should use this file? #912

Open danilrey opened 5 months ago

danilrey commented 5 months ago

I downloaded the file to the main folder, now I need to add it to the project files every time inside project using npm ? Or do I need to unpack it using npm in the main folder and add a link to it inside the project inside the css file? and where should it be added to css, html or js?