mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
app.scss compiled failed
SASS ignores variables, defined in if-statement http://stackoverflow.com/questions/15371332/sass-ignores-variables-defined-in-if-statement
This commit is contained in:
parent
b8543b11a9
commit
6edfbc08c7
1 changed files with 1 additions and 0 deletions
1
resources/assets/sass/vendor/_plyr.scss
vendored
1
resources/assets/sass/vendor/_plyr.scss
vendored
|
@ -28,6 +28,7 @@ $plyr-control-spacing: 10px !default;
|
|||
$plyr-controls-bg: #fff !default;
|
||||
$plyr-control-bg-hover: $plyr-blue !default;
|
||||
|
||||
$plyr-control-color-hover: null;
|
||||
// Contrast
|
||||
@if lightness($plyr-controls-bg) >= 65% {
|
||||
$plyr-control-color: $plyr-gray-light !default;
|
||||
|
|
Loading…
Reference in a new issue