multiple states in eq sass mixin failing
Closed this issue · 3 comments
VinSpee commented
Great work on eq.js. I'm using it along side of the sass extension, which works great until I need to include multiple states.
+eq('medium', 'large')
produces
Syntax error: Mixin eq takes 1 argument but 2 were passed.
any ideas on why this isn't working?
Thanks!
Snugug commented
What version are you using? Previous versions only supported one argument
VinSpee commented
the latest release. my bower.json
:
"eq.js": "~1.4.1",
VinSpee commented
ahh I see that there hasn't been a release since that was added. any reason?