modern-normalize

WebJar for modern-normalize

License

License

MIT
Categories

Categories

ORM Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

modern-normalize
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

modern-normalize
WebJar for modern-normalize
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/modern-normalize

Download modern-normalize

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/modern-normalize/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>modern-normalize</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/modern-normalize/
implementation 'org.webjars.npm:modern-normalize:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/modern-normalize/
implementation ("org.webjars.npm:modern-normalize:1.1.0")
'org.webjars.npm:modern-normalize:jar:1.1.0'
<dependency org="org.webjars.npm" name="modern-normalize" rev="1.1.0">
  <artifact name="modern-normalize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='modern-normalize', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "modern-normalize" % "1.1.0"
[org.webjars.npm/modern-normalize "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.0
1.0.0