sparkbox/sparkle

Update Usage of `/` (division operator)

Closed this issue · 0 comments

We're starting to see deprecation warnings in consuming applications around Sparkle's usage of the / division operator.

See this tweet and post for more information regarding the change, and the deprecation.

To fix: any division operation that uses / will need to be converted to use math.div().

We may also be able to use the Sass migrator to automatically perform this fix for us.

Screen Shot 2021-05-28 at 3 01 31 PM