Skip to content

Commit

Permalink
added explanation of global var
Browse files Browse the repository at this point in the history
  • Loading branch information
timhettler committed Apr 21, 2015
1 parent 45e71ba commit cecb21e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Import sass-fpo into your stylesheet:
@import "sass-fpo/sass/fpo.scss";
```

### Variables

##### $fpo-warn

Type: `Boolean`

If true, warns you at compile time that FPO elements are being used in the project. Defaults to `true`.

### Mixins

#### fpo($args)
Expand Down

0 comments on commit cecb21e

Please sign in to comment.