This is a subtheme of Bootstrap4. The theme setup is very similar to FTP in which Gulp tasks are responsible for compiling CSS/JS assets into the web/themes/custom/morgan/dist directory. See web/themes/custom/morgan/package.json for a list of available theme commands.

There is a Style Guide available at /themes/custom/morgan/style-guide. Please refer to this when creating twig templates as many of the classes required for various styling are present and ready to use. Color variable can be found at web/themes/custom/morgan/source/scss/_variables_bootstrap.scss.

Note: all styles intended to be global should have files created in the web/themes/custom/morgan/source/scss/drupal dir and be imported to the web/themes/custom/morgan/source/scss/_theme.scss file.

Theme image assets, such as icons, should be placed in the web/themes/custom/morgan/images directory, ideally within a relevant sub directory, icons/ for example.

Contributed/custom modules/libraries/profiles/themes which are unique or explicit to this specific site should live in this site's repository and be included via its composer.json file.

Contributed/custom modules/libraries/profiles/themes which are generally used for all sites are managed in the D9 Core Shared Infra repository.