Package Exports
- modern-normalize
- modern-normalize/modern-normalize.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (modern-normalize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Differences from normalize.css
- Smaller
- Includes only normalizations for the latest Chrome, Firefox, and Safari
- Sets
box-sizing: border-box - Improves consistency of default fonts
- Sets a more readable tab size
- Fully tested
All credit should go to normalize.css. I just removed some cruft and added some improvements. 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-normalizeDownload
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
- sass-extras - Useful utilities for working with Sass