Theme that integrates the UMD Design System components and styles with Drupal 11 via the Bootstrap 5 subtheme. Version: 2.0.x
- Introduction
- Requirements
- Installation
- Troubleshooting
This theme allows the integration of the UMD Design System with a standard Drupal 11 codebase. This theme should be used in most circumstances in conjunction with the CMNS Starter Kit, which currently holds the configurations for the paragraph components.
It is recommended to install Drupal 11 and apply the CMNS Starter kit, although the theme should work directly with a vanilla install of Drupal 11 as well.
Install codebase via composer. Install theme and set as default via the Appearance page in Drupal admin.
While the current iteration does not use SASS compilation for CSS, it is possible to use SASS to keep track of and generate CSS. For SASS, using the following:
install sass.
To compile, run from subtheme directory: sass scss/style.scss css/style.css && sass scss/ck5style.scss css/ck5style.css
- Ensure that you have Bootstrap 5 available or this theme will not be installable.