I'm converting an existing website to use Zurb Foundation 5, and using Libsass rather than Compass to compile CSS from SASS
Having been impressed by the speed of Libsass (and 'grunt') over Compass (and 'watch'), I now have a problem: if I was using Compass, I could access the mixin library with
@import "compass/css3";
then use something like this
@include font-face...
Does anyone know the equivalent for a Foundation 5 project created using Libsass?