-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warnin: math.div
#2370
Comments
This should be resolved in v3.6.10 👍🏼 |
@sampotts
See suggestion above using I checked out the repo and ran .plyr__cues {
margin: -var(--plyr-range-track-height, 5px) /2 0 0;
} |
Odd because I was getting this error when using
|
Because the value of the variable is a CSS custom property https://github.com/sampotts/plyr/blob/master/src/sass/settings/sliders.scss#L18 |
Consider using |
Thanks! Give 3.6.11 a try. |
I still get errors in
|
Using
|
OK, I've removed the logic and used a transform instead. That should finally fix this issue 👍🏼 |
- Fix: remove division logic from ads.scss (fixes sampotts#2370)
Still having issue in Nuxt.
|
Using "plyr": "^3.6.12" with "sass": "~1.39.2" works... |
The breaking change happens appear in sass: |
plyr/src/sass/plugins/ads.scss
Line 50 in d9f9dc7
👇
related: #2234
The text was updated successfully, but these errors were encountered: