18F/web-design-standards

View on GitHub
packages/usa-hint/src/styles/_usa-hint.scss

Summary

Maintainability
Test Coverage
@use "uswds-core" as *;

.usa-hint {
  @extend %block-input-general;
  color: color("base");
}

.usa-hint--required {
  color: color("error-dark");
}