itk-dev / itkdev_base_theme
A base theme using tailwind. Includes a starterkit theme to match
Package info
github.com/itk-dev/itkdev_base_theme
Language:Twig
Type:drupal-theme
pkg:composer/itk-dev/itkdev_base_theme
1.0.0
2025-06-27 09:11 UTC
Requires (Dev)
- drush/drush: ^13
README
Create a custom theme from the starterkit
Replace THEMENAME and "THEME READABLE NAME" with appropriate values. The theme must be placed in themes/custom for references to base theme to work.
docker compose run --rm phpfpm php /app/web/core/scripts/drupal generate-theme THEMENAME --name="THEME READABLE NAME" --path="themes/custom" --starterkit=starterkit_project_theme
Follow the readme in the created custom theme for further setup.