//
// Copyright 2026 Google LLC
// SPDX-License-Identifier: Apache-2.0
//

@mixin root {
  // LINT.IfChange
  --color: var(--md-sys-color-outline-variant);
  --thickness: 1px;
  // LINT.ThenChange(md-divider.ts) keep in sync with `@cssprop` jsdoc tags
}
