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.md
documentation. - You can generate a subtheme by running:
bash bin/subtheme.sh [name] [path]
For example:bash bin/subtheme.sh b4subtheme ..
Source URL:
Drupal’s online documentation is © 2000-2020 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.