# ribs-grid
![npm](https://img.shields.io/npm/v/ribs-grid.svg)
![Licence](https://img.shields.io/github/license/Ribs-organization/ribs-grid.svg)

Scss flexbox grid system

## How install it ?

```
npm install ribs-grid
```

## How use it ?

### with css
You have just to add followings lines to you head in html
```HTML
<link rel="stylesheet" src="node_modules/ribs-checkbox/dist/css/style.css" />
```

### with scss
In your scss file you have just to import the style.scss of the grid which is in src/scss
