silvermine / videojs-chromecast

MIT License
148 stars 75 forks source link

[FIX] SCSS Division deprecation warning #105

Closed edgarsn closed 2 years ago

edgarsn commented 2 years ago

Fixes #100

Since dividing number by 2 is the same as multiplying it by 0.5, this fix will work great in current and next sass major version.