@4mbl/css-reset

1.0.1 • Public • Published

@4mbl/css-reset

Easy CSS reset.

Installation

You can either install the npm package directly, or use a CDN like unpkg.

Using npm package

  1. Install the @4mbl/css-reset npm package.

    npm install @4mbl/css-reset
  2. Import the CSS reset file in your main CSS file.

    @import '@4mbl/css-reset/reset.css';

    Or include it directly in a HTML file.

    <link rel="stylesheet" href="node_modules/@4mbl/css-reset/reset.css" />

Using CDN

<link rel="stylesheet" href="https://www.unpkg.com/@4mbl/css-reset@latest/reset.css" />

You should replace "latest" in the URL with the newest version to avoid breaking changes in the future!

Available branches

There is currently only one branch available, but more might be added in the future.

Versioning

As there is only one branch available, the package and branch versioning are the same.

Each change to the CSS reset increments the major version. This might change if a new branch is added in the future.

Readme

Keywords

Package Sidebar

Install

npm i @4mbl/css-reset

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.59 kB

Total Files

4

Last publish

Collaborators

  • 4mbl