8000 GitHub - mustapha-ghlissi/reset.css at v1.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mustapha-ghlissi/reset.css

Repository files navigation

Reset CSS

@mustapha-ghlissi/reset.css: default browsers CSS resetter.

MIT License npm npm npm github github

Installation

Installing the package

Use npm or yarn to install the package.

npm i @mustapha-ghlissi/reset.css
yarn add @mustapha-ghlissi/reset.css

Usage

Import it into your file

import '@mustapha-ghlissi/reset.css';

Or add it directly to your webpage:

<head>
  <link
    rel="stylesheet"
    href="/path/to/reset.min.css"
  />
</head> 

Authors

0