我正在尝试实现一个bootstrap 4模板(我使用bootstrap 4 alpha 6)并看到这样的错误: Incompatible units: 'rem' and 'px'. 排队 $input-height: (($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2)) !defau
Incompatible units: 'rem' and 'px'.
排队
$input-height: (($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2)) !default;
有人遇到过类似的问题吗?
谢谢!
在resources / assets / sass / _variables.scss中替换:
$font-size-base:14px;使用$font-size-base:1rem;
通常,Bootstrap 4使用’rem’而不是’px’.作为参考,请看https://github.com/twbs/bootstrap/issues/17070