'How can I disable RFS in Bootstrap 5?

I am using Bootstrap 5.2 with SASS and it is resizing my headings even though I'm not using the RFS mixins. It's also not resizing them properly - it's always making them smaller, even on large viewports. Is there a way to disable RFS altogether in Bootstrap 5? I've seen this suggested elsewhere:

$enable-rfs: false;

But that has no effect. I believe that was just for Bootstrap 4.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source