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

Update all code snippets in docs to use Bootstrap 5

Open greyli opened this issue 8 months ago • 4 comments

For example, at the macros.rst page (https://bootstrap-flask.readthedocs.io/en/stable/macros/), replace all import statements from

{% from 'bootstrap4/nav.html' import ... %}

To:

{% from 'bootstrap5/nav.html' import ... %}

greyli avatar Oct 11 '23 14:10 greyli