I am trying to implement a bootstrap 4 template (I use bootstrap 4 alpha 6) and see such an error:
Incompatible units: 'rem' and 'px'.
in line
$input-height: (($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2)) !default;
Did somebody experience similar issue? Thanks!