kanopi / arbor
Drupal Child theme for Saplings
Installs: 2
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 4
Language:Twig
Type:drupal-theme
- dev-main
- 1.0.0-beta.1
- 1.0.0-beta
- dev-kmurphychi247-patch-1
- dev-themefix
- dev-rowfix
- dev-columns
- dev-tw29775473-media-collection
- dev-tw29774333-tabs-sdc
- dev-card
- dev-dependabot/npm_and_yarn/multi-5c163d5b42
- dev-dependabot/npm_and_yarn/multi-2299424a7d
- dev-dependabot/npm_and_yarn/multi-8adcad4e07
- dev-dependabot/npm_and_yarn/follow-redirects-1.15.9
This package is auto-updated.
Last update: 2025-04-23 20:41:48 UTC
README
This is a subtheme of the Ui Bootstrap Theme to demonstrate how some integrations can be done like:
- CKEditor 5 stylesheets
- Negative margins in utility classes
- Background gradients
Those integrations cannot be done in the base theme because either not enabled in Bootstrap default compiled CSS or impossible to do in a generic way.
Usage
You can copy/paste this theme to init your own subtheme.
You will have to change:
- the machine names of files
- the machine names inside those files
- adapt path to the Bootstrap library to recompile assets
Setup Steps
Follow these steps to set up and customize your subtheme:
-
Navigate to your theme directory:
cd web/themes/custom/arbor
-
Create all your custom SCSS files under the "assets/scss/custom" directory.
-
Run the following command to compile SCSS files:
npm run watch
This command watches for changes in your SCSS files and automatically compiles them.
Policy
There is no backward compatibility policy in this example theme.
Breaking change can happen at any moment.