I am using Bourbon and Neat, and have the following code
@include direction-context(right-to-left) {
div.actions { @include shift(3); @include shift(10); }
}
and am getting the following error:
Undefined mixin 'direction-context'.
I have double checked the relevant docs, however I do not understand why this is not working. Note that I am successfully using other mixins in the framework.
Update
I have the following versions:
neat (1.5.1)
bourbon (>= 3.1)
sass (~> 3.2.19)