A Foundation 5 Meteor package with sass support.
This package use version 5.2.1 of Foundation
Please use v0.0.12 or above with Meteor 0.8.0. For those stuck in earlier version of Meteor, get v0.0.11.
add @import "packages/foundation5-sass/foundation";
to your main .scss file
add {{initFoundation}}
at the very end of the body tag of your page or at the end of your layout template.