【发布时间】:2015-12-09 01:05:21
【问题描述】:
当我在节点上使用gulp-sass 编译以下 scss 时
@import "_bootstrap-sprockets";
@import "_bootstrap";
我在输出中得到了这个
src: url(font-path("bootstrap/glyphicons-halflings-regular.eot"));
但是,font-path 不在 precompiled boostrap 中
src: url('../fonts/glyphicons-halflings-regular.eot');
为什么我的有font-path?这是一个 sass 函数吗?如果是,为什么不调用它?我如何收到错误以及如何解决此错误?
【问题讨论】:
标签: twitter-bootstrap-3 sass gulp-sass