modularscale / modularscale-sass

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

Fix deprecated `elseif` syntax #158

Closed FND closed 5 years ago

FND commented 6 years ago

dart-sass - which I believe is Sass's reference implementation now - complains:

@elseif is deprecated and will not be supported in future Sass versions. Use @else if instead.

moonglum commented 5 years ago

@scottkellum That would be an awesome improvement. Could you merge this PR?

scottkellum commented 5 years ago

Yes, been busy lately thanks for the reminder. Will try to get to this today

FND commented 5 years ago

Thank you!

moonglum commented 5 years ago

Thanks!