禁用 bootstrap 5 响应字体大小?

Disable bootstrap 5 Responsive font sizes?

在 bootstrap 5 中禁用 RFS 的最简单方法是什么?

我试过了:

$font-size-base: 1.6rem;
$font-size-lg: $font-size-base;
$font-size-sm: $font-size-base;

但是 reboot.scss 似乎覆盖了它。

$enable-rfs 覆盖为 false。

$enable-rfs: false;