Skip to content

Commit

Permalink
Update to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicetransition committed Oct 30, 2013
1 parent a9d309c commit 462b6b2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ Spacing is one of the most fundamental pieces of a website design, using this st

---

## Use

## Sass Option
### Sass Option
Include "space.scss" in your project and adjust variables within "_variables.scss".

It is recommended to change the file to a [partial](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials) and `@import "spacing"` in your main output file.

### Dependencies
* [Sass](http://sass-lang.com/) 3.2.x
#### Dependencies
* [Sass](http://sass-lang.com/) v3.2.x

## Css Option
### Css Option
Input the "spacing.css" file in your project or copy/paste the code into your project. The default space (20px) is used "spacing.css".

0 comments on commit 462b6b2

Please sign in to comment.