Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Simple and Clean CSS Reset for modern day web development
https://github.com/abhijithvijayan/advanced-css-reset

advanced-css-reset css css-reset sass web

Last synced: about 2 months ago
JSON representation

Simple and Clean CSS Reset for modern day web development

Awesome Lists containing this project

README

        

advanced-css-reset


Simple and Clean CSS Reset for modern day web development




NPM


Travis Build



DEPENDENCIES


LICENSE


TWEET


🙋‍♂️ Made by @abhijithvijayan



Donate:
PayPal,
Patreon




Buy Me a Coffee



❤️ it? ⭐️ it on [GitHub](https://github.com/abhijithvijayan/advanced-css-reset/stargazers) or [Tweet](https://twitter.com/intent/tweet?text=Check%20out%20advanced-css-reset%20by%20%40_abhijithv%0A%0Ahttps%3A%2F%2Fgithub.com%2Fabhijithvijayan%2Fadvanced-css-reset%0A%0A%20%23advanced%20%23css%20%23reset) about it.

## Table of Contents

- [Installation](#installation)
- [Issues](#issues)
- [🐛 Bugs](#-bugs)
- [LICENSE](#license)

## Installation

NPM:

```console
npm install --save advanced-css-reset
```

Yarn:

```console
yarn add advanced-css-reset
```

Unpkg CDN:

```html

```

jsDelivr CDN:

```html

```

With SASS:

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

### Manual installation

First, let's clone this repository:

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

Then, go to `advanced-css-reset` directory:

```console
cd advanced-css-reset
```

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

```console
npm run build
```

That's it! 🎉

## Issues

_Looking to contribute? Look for the [Good First Issue](https://github.com/abhijithvijayan/advanced-css-reset/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
label._

### 🐛 Bugs

Please file an issue [here](https://github.com/abhijithvijayan/advanced-css-reset/issues/new) for bugs, missing documentation, or unexpected behavior.

[**See Bugs**](https://github.com/abhijithvijayan/advanced-css-reset/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22type%3A+bug%22)

## License

MIT © [Abhijith Vijayan](https://abhijithvijayan.in)