Scroll
Bootstrap4
Features:
- Includes Bootstrap 4 CDN (versions 4.0 to 4.3)
- Provides Bootstrap 4 breakpoints
- Bootstrap controls available in the UI
- No subtheme mode unless template overrides are needed
Installation
Using Composer:
composer require drupal/bootstrap4
Subtheme
- If you need a subtheme (typically for overriding templates), see the
_SUBTHEME/README.mddocumentation. - You can generate a subtheme by running:
bash bin/subtheme.sh [name] [path]
For example:bash bin/subtheme.sh b4subtheme ..