使用新的 Yeoman beta 1.0
,我引导了一个 Angular 应用程序,并通过 bower 安装了基础。
当我运行我的服务器时,我得到这个错误:
error app/styles/main.scss (Line 7 of app/components/foundation/scss/foundation.scss: File to import not found or unreadable: modular-scale.
进口是@import "modular-scale";
我试图将其更改为@import "foundation/functions/modular-scale";
但随后收到一个循环警告,说它正在尝试导入自己。
尝试在我的 grunt 文件中添加 ruby gem 'modular-scale',在罗盘下
require: 'modular-scale'
但它似乎也不起作用
无论如何,我不知道在这里做什么。