sindresorhus / modern-normalize

🐒 Normalize browsers' default style
MIT License
6.28k stars 362 forks source link
css css-library css-reset normalize normalize-css npm-package
modern-normalize

Differences from normalize.css

If you have questions about the source, check out the original source and this for details.

The goal of this project is to make itself obsolete.

Browser support

Install

npm install modern-normalize
Download
CDN

Usage

@import 'node_modules/modern-normalize/modern-normalize.css';

or

<link rel="stylesheet" href="https://github.com/sindresorhus/modern-normalize/blob/main/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