GitXplorerGitXplorer
s

modern-normalize

public
6432 stars
371 forks
32 issues

Commits

List of commits on branch main.
Verified
ba66c6fe35c7ae33954120c73e69d57de4249a0b

Normalize comment format for body element (#99)

tteddybradford committed 7 days ago
Verified
7cf1ce0bf2485fd85394aa1b621467f528332095

Normalize comment format (#98)

tteddybradford committed 7 days ago
Unverified
3faa07fc91b8ffbe6243bc4f91e880a00185d0a2

3.0.1

ssindresorhus committed 4 months ago
Unverified
bea48644952feae0db661ae8cadcc5b0bc33330e

Fix `sideEffects` field in package.json

ssindresorhus committed 4 months ago
Unverified
5d8b1e5c8a167948e96b64353c2b153b6f5510ea

3.0.0

ssindresorhus committed 5 months ago
Unverified
d726b5831d86558728a675f5361756b994e39082

Meta tweaks

ssindresorhus committed 5 months ago

README

The README file for this repository.
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

  • Latest Chrome
  • Latest Firefox
  • Latest Safari

Install

npm install modern-normalize
Download
CDN

Usage

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

or

<link rel="stylesheet" href="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