d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
771 B

/**
* @file
* Cascade layer order for the druid theme.
*
* Earlier layers lose to later ones in the cascade, regardless of selector
* specificity. Unlayered CSS beats all layered CSS — if you author a new
* stylesheet for this theme, wrap it in the appropriate @layer block.
*
* - reset: modern-normalize and any browser-default resets.
* - tokens: :root custom property definitions (colors, spacing, type).
* - base: element-level defaults (body, headings, links, lists).
* - layout: page-level structural rules (regions, grids, containers).
* - components: discrete UI components and Drupal core overrides.
* - utilities: single-purpose helpers; intentionally wins last.
*/
@layer reset, tokens, base, layout, components, utilities;