modularscale/modularscale-sass

No mixin named ms-respond

TXChetG opened this issue · 2 comments

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.

Can you check your version number again? The latest release of modularscale-sass is 3.0.10

My apologies, that seems to have just been a typo on my part. my package.json has:

"modularscale-sass": "^3.0.10"