helloflask / helloflask/bootstrap-flask
Update all code snippets in docs to use Bootstrap 5
Open
docs
good first issue
- Dominant language
- SCSS
- Stars
- 1.2k
- Forks
- 193
- Avg merge
- 4m
- Merged PRs (30d)
- 3
Description
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 ... %}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.