ブレークポイントをインストールして追加しました
require "breakpoint"
私のconfig.rbに、これらのブレークポイントを定義しました
$mobileMedium : 480px;
$tabletVertical : 768px;
$desktopNormal : 1024px;
$desktopWide : 1200px;
私の_breakpoint.scssに。
このように、ブレークポイントの1つを使用しようとしたとき;
@include breakpoint($mobileMedium) {
…
}
ターミナルが教えてくれた
error sass/screen.scss (Line 27: Undefined mixin 'breakpoint'.)
何故ですか?