The latest iteration of Bootstrap (current version as of the time this question was posed is
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0b6964647f787f796a7a45f757b757b766a776f762b606">[email protected]</a>
) introduces 3 new files in addition to the standard one:
- bootstrap-flex.css
- bootstrap-grid.css
- bootstrap-reboot.css
- bootstrap.css
Do the first 3 files serve as extensions to bootstrap.css
(#4)?
It is conceivable that bootstrap-flex
utilizes the functionalities of CSS Flexbox, bootstrap-grid
may be based on an older approach, but what purpose does bootstrap-reboot
serve?
Which of these files should be included (particularly when using ng-bootstrap with Angular 2)?