bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

Responsive Font Sizes

Open ScottGuthart opened this issue 4 years ago • 2 comments

Responsive font sizes are supported in Bootstrap 4.3 by changing the $enable-responsive-font-sizes Sass variable to true and recompiling Bootstrap.

Is it possible to add support for this as a config option?

ScottGuthart avatar Mar 25 '20 17:03 ScottGuthart

I was able to do this manually by compiling the css files and importing them (from the app's static directory) instead of {{ bootstrap.load_css() }}

This workaround appears to be working properly with very limited testing on my end.

Here are the css files I compiled. You can peek at my base.html file to see how I implemented this

ScottGuthart avatar Mar 25 '20 19:03 ScottGuthart

RFS is enabled in Bootstrap5 by default, so I think we can create PRs to update to Bootstrap5 and cover this need by the way.

yuxiaoy1 avatar May 15 '21 03:05 yuxiaoy1