mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
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:
parent
d8cbabf383
commit
aa721c38ea
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue