Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Add ratio function usage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Jul 3, 2012
1 parent c92f9ba commit 5040750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.styl
@@ -1,5 +1,6 @@
/**
* Return percentage of given target/context ratio for responsive bliss
* E.g. width: ratio(1, 3) => width: 33.333333%
*/
ratio(target, context)
value = (target / context * 100)%
Expand Down

0 comments on commit 5040750

Please sign in to comment.