最近、Bourbon Neat をインストールしましたが、Sass Build を使用して Sublime Text 2 で Scss をコンパイルすると、次のエラーが発生します。
Sass::SyntaxError: File to import not found or unreadable: bourbon/bourbon.
これは私のscssファイルです:
@import "bourbon/bourbon";
@import "neat/neat";
$desktop: new-breakpoint(min-width 768px 12);
$tablet: new-breakpoint(max-width 768px 1);
.container {
@include outer-container;
}
.content-pri {
@include span-columns(9);
}
.content-sec {
@include span-columns(3);
}
Bourbon と Neat を正しくインストールしていませんか? どんな助けでも大歓迎です!