Open
Description
Prerequisites
- I have searched for duplicate or closed issues
- I have validated any HTML to avoid common problems
- I have read the contributing guidelines
Describe the issue
Hi,
while upgrading from bootstrap 5.3.3 to 5.3.6, I noticed that the html files in examples are now minified which makes them not human readable anymore.
This is very unforunate for different reasons, e.g.:
- it's hard/impossible to see what changed from one version to the other
- it's hard/impossible to understand the examples and learn from them intuitively
- it's hard/impossible to use the examples as a template to work on
Minifying html files makes a lot of sense in general, but please keep the examples in a human readable form.
Regards,
Daniel