connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Update mixins and functions to use maps for optional parameters #105

Closed ajmueller closed 9 years ago

ajmueller commented 9 years ago

Currently there are many mixins that have multiple optional parameters, which can lead to including more parameters than you'd like in some mixin calls. If we change all optional parameters to use maps, we can avoid this situation.

ajmueller commented 9 years ago

These changes are dependent on #99 (specifically the em function).

ajmueller commented 9 years ago

Removing dependency on #99 and rolling its work into this ticket.