While attempting to integrate a bootstrap 4 template (using bootstrap 4 alpha 6), I encountered the following error:
Incompatible units: 'rem' and 'px'.
This occurred on the line:
$input-height: (($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2)) !default;
Has anyone else faced this same issue? Any solutions or suggestions would be greatly appreciated. Thank you!