Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ribs-organization/ribs-reset-css

A reset css can be used in css or sass/scss
https://github.com/ribs-organization/ribs-reset-css

reset-css reset-sass reset-scss ribs-front-component

Last synced: about 1 month ago
JSON representation

A reset css can be used in css or sass/scss

Awesome Lists containing this project

README

        

# ribs-reset-css
A reset Css which can be used in css or sass.

## How to install it
In your command line of the project type this :
```BASH
npm install ribs-reset-css

# or

yarn add ribs-reset-css
```

## Use it with css
In the head part of your website add this before all your css links :
```HTML

```

## Use it with scss or sass
In the first line of your global style put this :

```HTML
@import "~ribs-reset-css";
```