space150 / spaceBase

A Sass-based responsive CSS framework.
http://spacebase.space150.com
MIT License
396 stars 36 forks source link

Updated deprecated division / to math.div() #70

Closed spaceFitzpa closed 2 years ago

spaceFitzpa commented 2 years ago

Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

It is now recommended to use math.div()

This PR fixes that.

cstoobes commented 2 years ago

Hey @spaceFitzpa, is this different from Jonathon's PR #69?

mrluc commented 2 years ago

/me waves at @cstoobes, @spacestierman

😄 followed the link in my gmail to PR 69, cool to see both of your handles again.

cstoobes commented 2 years ago

@spaceFitzpa closing this PR as it's a duplicate of #69 which has been merged in.