@include direction-context(right-to-left) {
div.actions { @include shift(3); @include shift(10); }
}
并收到以下错误:
Undefined mixin 'direction-context'.
我已经仔细检查了相关文档,但是我不明白为什么这不起作用。请注意,我在框架中成功使用了其他 mixin。
更新
我有以下版本:
neat (1.5.1)
bourbon (>= 3.1)
sass (~> 3.2.19)