Are we Design Tokens yet?

toolkit/content/widgets/moz-breadcrumb-group/moz-breadcrumb.tokens.css

Propagation: No Props Found

Back to Home
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* DO NOT EDIT this file directly, instead modify moz-breadcrumb.tokens.json
 * and run `mach buildtokens` to see your changes. */

@layer tokens-foundation, tokens-foundation-nova, tokens-prefers-contrast, tokens-prefers-contrast-nova, tokens-forced-colors, tokens-forced-colors-nova;

@layer tokens-foundation {
  :root,
  :host {
    --breadcrumb-gap: var(--space-small);
    --breadcrumb-icon-size: var(--icon-size-xsmall);
    --breadcrumb-link-color: var(--link-color);
    --breadcrumb-link-color-hover: var(--link-color-hover);
    --breadcrumb-link-color-active: var(--link-color-active);
    --breadcrumb-link-color-visited: var(--link-color-visited);
  }
}
Back to Home