-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
Inside plyr.css you can't find --plyr-font-smoothing getting used at all.
In SCSS code, we can see this:
plyr/src/sass/settings/type.scss
Line 16 in 287ec5a
| $plyr-font-smoothing: var(--plyr-font-smoothing, false) !default; |
and this:
Lines 14 to 15 in 287ec5a
| @mixin plyr-font-smoothing($mode: true) { | |
| @if $mode { |
This isn't valid code, because the current default value is a string, so it's always true.
So, the whole thing is useless. What to do, just make it the default and remove variables.
Metadata
Metadata
Assignees
Labels
No labels