Skip to content

Commit

Permalink
updated readme with new installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbot committed Apr 7, 2018
1 parent 5c84070 commit 26f2eb9
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,33 @@ Enhancements include:
- Customizable grid

## Installation

### npm
```
git clone https://github.com/drewbot/sass-flexbox-grid
npm install @drewbot/sass-flexbox-grid@0.0.1 --save
```
Then link to your preferred CSS or Sass File:

#### CSS
`/node-modules/@drewbot/sass-flexbox-grid/download/sass-flexbox/main.css`


#### CSS (minified)
`/node-modules/@drewbot/sass-flexbox-grid/download/sass-flexbox/main.min.css`

Or copy the Sass files over to your `src` directory from the following directory:

`/node-modules/@drewbot/sass-flexbox-grid/download/sass-flexbox/scss/`

### Direct download

[https://github.com/drewbot/sass-flexbox-grid/raw/master/download/sass-flexbox/sass-flexbox.zip](https://github.com/drewbot/sass-flexbox-grid/raw/master/download/sass-flexbox/sass-flexbox.zip)

## Dependencies
The Sass Version simply requires The Sass library to be installed.

Plain CSS and minified CSS versions can be used with no other dependencies.

##Mobile First
## Mobile First

Use Sass Flexbox Grid's mobile-first media queries and grid classes. All styles should first be declared at small (mobile) then built outward for larger screens using min-width media queries.

0 comments on commit 26f2eb9

Please sign in to comment.