You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the features I was most wanting to play with using this tools was the ability to include a responsive scale using a mixin. However the mixin is not found in my project. Which is super confusing because everything else with modularscale-scss appears to work as expected.
Versions:
eyeglass 2.4.1
modularscale-sass 3.0.1
I have used @import "modularscale" in my stylesheet, and set up my $modularscale and everything works great if I just use the ms() function. However attempting to use @include ms-respond() results in a sass error: no mixin named ms-respond.
Have you seen this before by any chance? I can always just move the mixin into my source, but I'd prefer to not have to.
The text was updated successfully, but these errors were encountered:
One of the features I was most wanting to play with using this tools was the ability to include a responsive scale using a mixin. However the mixin is not found in my project. Which is super confusing because everything else with modularscale-scss appears to work as expected.
Versions:
I have used
@import "modularscale"
in my stylesheet, and set up my$modularscale
and everything works great if I just use thems()
function. However attempting to use@include ms-respond()
results in a sass error: no mixin named ms-respond.Have you seen this before by any chance? I can always just move the mixin into my source, but I'd prefer to not have to.
The text was updated successfully, but these errors were encountered: