Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added some documentation hint until Modernizr#16 is merged
  • Loading branch information
johnraz committed Nov 13, 2015
1 parent 1d31a89 commit b3ccfc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ Have custom Modernizr tests? Add paths to their location here. The object suppor

This is an optional parameter.

###### **`cssprefix`** (string, optional)
This has to be used instead of the official `classPrefix` referenced in the modernizr documentation.
There is a pending PR [#16](https://github.com/doctyper/customizr/pull/16).

## Caching

For large projects, building a custom Modernizr file can be an expensive task. `customizr` does its best to avoid unnecessary builds by following a set criteria. When all of the following are met, it assumes that no changes are necessary:
Expand Down

0 comments on commit b3ccfc3

Please sign in to comment.