More work on variable usage

This commit is contained in:
Sam Potts
2019-04-11 20:50:20 +10:00
parent 848e798809
commit 996075decc
13 changed files with 69 additions and 85 deletions

View File

@ -7,10 +7,10 @@
@include plyr-font-smoothing($plyr-font-smoothing);
direction: ltr;
font-family: $plyr-font-family;
font-family: var(--plyr-font-family);
font-variant-numeric: tabular-nums; // Force monosace-esque number widths
font-weight: $plyr-font-weight-regular;
line-height: $plyr-line-height;
font-weight: var(--plyr-font-weight-regular);
line-height: var(--plyr-line-height);
max-width: 100%;
min-width: 200px;
position: relative;