abhijithvijayan / advanced-css-reset

Simple and Clean CSS Reset for modern day web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advanced-css-reset

Simple and Clean CSS Reset for modern day web development

πŸ™‹β€β™‚οΈ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


❀️ it? ⭐️ it on GitHub or Tweet about it.

Table of Contents

Installation

NPM:

npm install --save advanced-css-reset

Yarn:

yarn add advanced-css-reset

Unpkg CDN:

<link rel="stylesheet" href="https://unpkg.com/advanced-css-reset/dist/reset.min.css" />

jsDelivr CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/advanced-css-reset/dist/reset.min.css" />

With SASS:

@import '~advanced-css-reset/dist/reset.min.css';

Manual installation

First, let's clone this repository:

git clone https://github.com/abhijithvijayan/advanced-css-reset.git

Then, go to advanced-css-reset directory:

cd advanced-css-reset

And now, you can minify and move the main reset to the dist by running:

npm run build

That's it! πŸŽ‰

Issues

Looking to contribute? Look for the Good First Issue label.

πŸ› Bugs

Please file an issue here for bugs, missing documentation, or unexpected behavior.

See Bugs

License

MIT Β© Abhijith Vijayan

About

Simple and Clean CSS Reset for modern day web development

License:MIT License


Languages

Language:CSS 100.0%