modularscale / modularscale-sass

Modular scale calculator built into your Sass
http://www.modularscale.com
MIT License
1.98k stars 134 forks source link

No mixin named ms-respond #168

Open TXChetG opened 4 years ago

TXChetG commented 4 years ago

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 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.

scottkellum commented 4 years ago

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

TXChetG commented 4 years ago

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

"modularscale-sass": "^3.0.10"