Skip to content

4mbl/css-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages