# druid theme — Drupal info metadata. # # The `libraries:` list below is attached on every page and is ordered to # match the CSS cascade (layers → reset → tokens → base → layout → # components → utilities). Don't reorder or remove entries from it: # css/layers.css must parse before any `@layer NAME { … }` block, and the # rest of the architecture assumes that load sequence. See CLAUDE.md for # the full overview. # # The `libraries-extend:` block at the bottom maps core library names to # theme libraries that should attach whenever the core library is in use. # This is how conditional component CSS (dialog, dropbutton, file, etc.) # loads only on pages that actually use those widgets. name: druid type: theme 'base theme': stable9 version: 1.0.0 libraries: - druid/layers - druid/reset - druid/fonts - druid/tokens - druid/base - druid/layout - druid/components - druid/utilities - druid/messages libraries-extend: user/drupal.user: - druid/user core/drupal.dropbutton: - druid/dropbutton core/drupal.dialog: - druid/dialog file/drupal.file: - druid/file core/drupal.item-list: - druid/item-list core/drupal.progress: - druid/progress core/drupal.tablesort: - druid/drupal.tablesort description: '' core_version_requirement: ^11 generator: 'starterkit_theme:11.3.7'