CSS comment to fix SyleLint.

- Added a comment to clarify the use of the BEM class for the performer card age styling.
- Included a stylelint directive to prevent naming conflicts with reusable components.
This commit is contained in:
KennyG 2026-05-04 11:37:00 -04:00
parent d8cbabf383
commit aa721c38ea

View file

@ -132,6 +132,9 @@
font-size: 1rem;
}
// Target BEM class from shared PerformerCard markup; cannot
// be renamed here without changing reusable performer card components.
// stylelint-disable-next-line selector-class-pattern
.performer-card__age {
font-size: 0.9rem;
}