All Projects â†’ sindresorhus â†’ Modern Normalize

sindresorhus / Modern Normalize

Licence: mit
🐒 Normalize browsers' default style

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Modern Normalize

ResetCSS
Reset CSS Stylesheet to reduce browser inconsistencies.
Stars: ✭ 17 (-99.57%)
Mutual labels:  css-library, css-reset
Normalize.css
A modern alternative to CSS resets
Stars: ✭ 46,177 (+1076.78%)
Mutual labels:  css-reset, normalize-css
vue-sfc-cli
ðŸ”ĻA powerful tool for developing vue single-file component
Stars: ✭ 137 (-96.51%)
Mutual labels:  npm-package
Tinify Nodejs
Node.js client for the Tinify API.
Stars: ✭ 299 (-92.38%)
Mutual labels:  npm-package
Tooltip Sequence
A simple step by step tooltip helper for any site
Stars: ✭ 287 (-92.69%)
Mutual labels:  npm-package
stimulus-rails-nested-form
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
Stars: ✭ 54 (-98.62%)
Mutual labels:  npm-package
Grunt Php
Start a PHP server
Stars: ✭ 291 (-92.58%)
Mutual labels:  npm-package
puppeteer-fetchbot
Library and Shell command that provides a simple JSON-API to perform human like interactions and data extractions on any website. Built on top of puppeteer.
Stars: ✭ 60 (-98.47%)
Mutual labels:  npm-package
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (-92.05%)
Mutual labels:  npm-package
Class Names
Conditionally join CSS class names together - Especially useful with React
Stars: ✭ 281 (-92.84%)
Mutual labels:  npm-package
Hashids.js
A small JavaScript library to generate YouTube-like ids from numbers.
Stars: ✭ 3,525 (-10.17%)
Mutual labels:  npm-package
Term Img
Display images in iTerm
Stars: ✭ 275 (-92.99%)
Mutual labels:  npm-package
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-93.48%)
Mutual labels:  npm-package
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-92.56%)
Mutual labels:  npm-package
shipyard
A lightweight, CSS framework for Rails & Jekyll applications
Stars: ✭ 16 (-99.59%)
Mutual labels:  npm-package
Firestore Backup Restore
NPM package for backup and restore Firebase Firestore
Stars: ✭ 307 (-92.18%)
Mutual labels:  npm-package
josk
🏃ðŸĪ– Scheduler and manager for jobs and tasks in node.js on multi-server and clusters setup
Stars: ✭ 27 (-99.31%)
Mutual labels:  npm-package
Input Range Scss
Styling Cross-Browser Compatible Range Inputs with Sass
Stars: ✭ 272 (-93.07%)
Mutual labels:  npm-package
Bitbar
Simplifies BitBar app plugin creation
Stars: ✭ 286 (-92.71%)
Mutual labels:  npm-package
A To Z List Of Useful Node.js Modules
Collection of most awesome node modules that will extend the capability of your node.js application.
Stars: ✭ 315 (-91.97%)
Mutual labels:  npm-package

Differences from normalize.css

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-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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].